| MeasurementCollectionAddEllipse Method (Rectangle) |
Adds a new MeasurementEllipse to the collection.
Namespace: Flir.Atlas.ImageAssembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax public MeasurementEllipse AddEllipse(
Rectangle rectangle
)
Parameters
- rectangle
- Type: System.DrawingRectangle
Rectangle defining the measurement ellipse.
Return Value
Type:
MeasurementEllipseThe MeasurementEllipse object added to the collection.
See Also