Click or drag to resize
MeasurementCollectionAddEllipse Method (Rectangle)
Adds a new MeasurementEllipse to the collection.

Namespace: Flir.Atlas.Image
Assembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
public MeasurementEllipse AddEllipse(
	Rectangle rectangle
)

Parameters

rectangle
Type: System.DrawingRectangle
Rectangle defining the measurement ellipse.

Return Value

Type: MeasurementEllipse
The MeasurementEllipse object added to the collection.
See Also