| MeasurementCollectionAdd Method (Rectangle) |
Adds a new MeasurementRectangle to the collection.
Namespace: Flir.Atlas.ImageAssembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax public MeasurementRectangle Add(
Rectangle rectangle
)
Parameters
- rectangle
- Type: System.DrawingRectangle
The rectangle describing the measurement rectangle.
Return Value
Type:
MeasurementRectangleThe MeasurementRectangle object added to the collection.
See Also