MeasurementCollection Class |
Namespace: Flir.Atlas.Image
public class MeasurementCollection : MeasurementShapeCollection<MeasurementShape>
The MeasurementCollection type exposes the following members.
Name | Description | |
---|---|---|
Add(Point) |
Adds a new MeasurementSpot to the collection.
| |
Add(Rectangle) |
Adds a new MeasurementRectangle to the collection.
| |
Add(Point, Point) |
Adds a new MeasurementLine to the collection.
| |
Add(String, ValueMember, String, ValueMember) |
Adds a new MeasurementDelta to the collection.
| |
AddEllipse(Rectangle) |
Adds a new MeasurementEllipse to the collection.
| |
AddEllipse(Int32, Int32, Int32, Int32) |
Adds a new MeasurementEllipse to the collection.
| |
AddLine |
Adds a new MeasurementLine to the collection.
| |
AddRectangle |
Adds a new MeasurementRectangle to the collection.
| |
AddSpot |
Adds a new MeasurementSpot to the collection.
| |
Clear |
Removes all measurement shapes from the collection.
(Inherited from MeasurementShapeCollectionT.) | |
Contains |
Determines whether the collection contains the specified shape.
(Inherited from MeasurementShapeCollectionT.) | |
Equals | (Inherited from Object.) | |
GetEnumerator |
Returns an enumerator that iterates through the collection.
(Inherited from MeasurementShapeCollectionT.) | |
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.
(Inherited from MeasurementShapeCollectionT.) | |
Remove |
Removes the specified measurement shape from the collection.
(Inherited from MeasurementShapeCollectionT.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
Count |
Gets the number of measurement shapes in the collection.
(Inherited from MeasurementShapeCollectionT.) | |
Item |
Gets the measurement at the specified index
(Inherited from MeasurementShapeCollectionT.) | |
MeasurementDeltas |
Gets the collection of measurement deltas
| |
MeasurementEllipses |
Gets the collection of measurement rectangles
| |
MeasurementLines |
Gets the collection of measurement lines
| |
MeasurementRectangles |
Gets the collection of measurement rectangles
| |
MeasurementSpots |
Gets the collection of measurement spots
|
Name | Description | |
---|---|---|
Added |
This event is raised when a measurement shape is added to the collection.
(Inherited from MeasurementShapeCollectionT.) | |
Changed |
This event is raised when a measurement shape is invalidated for some reason.
(Inherited from MeasurementShapeCollectionT.) | |
Removed |
This event is raised when a measurement shape is removed from the collection.
(Inherited from MeasurementShapeCollectionT.) |