Click or drag to resize
MeasurementCollection Class
The Measurement class encapsulates and collects the different types of measurement shapes.
Inheritance Hierarchy
SystemObject
  Flir.Atlas.Image.MeasurementsMeasurementShapeCollectionMeasurementShape
    Flir.Atlas.ImageMeasurementCollection

Namespace: Flir.Atlas.Image
Assembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
public class MeasurementCollection : MeasurementShapeCollection<MeasurementShape>

The MeasurementCollection type exposes the following members.

Methods
  NameDescription
Public methodAdd(Point)
Adds a new MeasurementSpot to the collection.
Public methodAdd(Rectangle)
Adds a new MeasurementRectangle to the collection.
Public methodAdd(Point, Point)
Adds a new MeasurementLine to the collection.
Public methodAdd(String, ValueMember, String, ValueMember)
Adds a new MeasurementDelta to the collection.
Public methodAddEllipse(Rectangle)
Adds a new MeasurementEllipse to the collection.
Public methodAddEllipse(Int32, Int32, Int32, Int32)
Adds a new MeasurementEllipse to the collection.
Public methodAddLine
Adds a new MeasurementLine to the collection.
Public methodAddRectangle
Adds a new MeasurementRectangle to the collection.
Public methodAddSpot
Adds a new MeasurementSpot to the collection.
Public methodClear
Removes all measurement shapes from the collection.
(Inherited from MeasurementShapeCollectionT.)
Public methodContains
Determines whether the collection contains the specified shape.
(Inherited from MeasurementShapeCollectionT.)
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.
(Inherited from MeasurementShapeCollectionT.)
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.
(Inherited from MeasurementShapeCollectionT.)
Public methodRemove
Removes the specified measurement shape from the collection.
(Inherited from MeasurementShapeCollectionT.)
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.
(Inherited from MeasurementShapeCollectionT.)
Public propertyItem
Gets the measurement at the specified index
(Inherited from MeasurementShapeCollectionT.)
Public propertyMeasurementDeltas
Gets the collection of measurement deltas
Public propertyMeasurementEllipses
Gets the collection of measurement rectangles
Public propertyMeasurementLines
Gets the collection of measurement lines
Public propertyMeasurementRectangles
Gets the collection of measurement rectangles
Public propertyMeasurementSpots
Gets the collection of measurement spots
Top
Events
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