Click or drag to resize
MeasurementCollectionAddEllipse Method (Int32, Int32, Int32, Int32)
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(
	int x,
	int y,
	int width,
	int height
)

Parameters

x
Type: SystemInt32
the x-coordinate.
y
Type: SystemInt32
the y-coordinate
width
Type: SystemInt32
Width of the ellipse.
height
Type: SystemInt32
Height of the ellipse.

Return Value

Type: MeasurementEllipse
See Also