Click or drag to resize
MeasurementCollection Methods

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
See Also