Flir Atlas SDK Documentation
Flir Atlas SDK Documentation
FLIR Atlas SDK Programming Guide
Flir.Atlas.Image Namespaces
Flir.Atlas.Image
MeasurementCollection Class
MeasurementCollection Methods
AddEllipse Method
AddEllipse Method (Rectangle)
AddEllipse Method (Int32, Int32, Int32, Int32)
MeasurementCollection
AddEllipse 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#
Copy
public
MeasurementEllipse
AddEllipse
(
int
x
,
int
y
,
int
width
,
int
height
)
Parameters
x
Type:
System
Int32
the x-coordinate.
y
Type:
System
Int32
the y-coordinate
width
Type:
System
Int32
Width of the ellipse.
height
Type:
System
Int32
Height of the ellipse.
Return Value
Type:
MeasurementEllipse
See Also
Reference
MeasurementCollection Class
AddEllipse Overload
Flir.Atlas.Image Namespace