MeasurementCollection Methods |
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.) |