Click or drag to resize
MeasurementShapeCollectionT Class
This class represents a collection of measurement shapes for other classes to derive from.
Inheritance Hierarchy
SystemObject
  Flir.Atlas.Image.MeasurementsMeasurementShapeCollectionT
    Flir.Atlas.ImageMeasurementCollection

Namespace: Flir.Atlas.Image.Measurements
Assembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
public abstract class MeasurementShapeCollection<T> : IEnumerable<T>, 
	IEnumerable
where T : MeasurementShape

Type Parameters

T
The type of MeasurementShape

The MeasurementShapeCollectionT type exposes the following members.

Methods
  NameDescription
Public methodClear
Removes all measurement shapes from the collection.
Public methodContains
Determines whether the collection contains the specified shape.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInvalidate
Invalidates all MeasurementShapes.
Public methodRemove
Removes the specified measurement shape from the collection.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyCount
Gets the number of measurement shapes in the collection.
Public propertyItem
Gets the measurement at the specified index
Top
Events
  NameDescription
Public eventAdded
This event is raised when a measurement shape is added to the collection.
Public eventChanged
This event is raised when a measurement shape is invalidated for some reason.
Public eventRemoved
This event is raised when a measurement shape is removed from the collection.
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also