MeasurementShapeCollectionT Class |
Namespace: Flir.Atlas.Image.Measurements
public abstract class MeasurementShapeCollection<T> : IEnumerable<T>, IEnumerable where T : MeasurementShape
The MeasurementShapeCollectionT type exposes the following members.
Name | Description | |
---|---|---|
Clear |
Removes all measurement shapes from the collection.
| |
Contains |
Determines whether the collection contains the specified shape.
| |
Equals | (Inherited from Object.) | |
GetEnumerator |
Returns an enumerator that iterates through the collection.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Invalidate |
Invalidates all MeasurementShapes.
| |
Remove |
Removes the specified measurement shape from the collection.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
Count |
Gets the number of measurement shapes in the collection.
| |
Item |
Gets the measurement at the specified index
|
Name | Description | |
---|---|---|
Added |
This event is raised when a measurement shape is added to the collection.
| |
Changed |
This event is raised when a measurement shape is invalidated for some reason.
| |
Removed |
This event is raised when a measurement shape is removed from the collection.
|