Flir Atlas SDK Documentation
Flir Atlas SDK Documentation
FLIR Atlas SDK Programming Guide
Flir.Atlas.Image Namespaces
Flir.Atlas.Image
MeasurementCollection Class
MeasurementCollection Methods
Add Method
AddEllipse Method
AddLine Method
AddRectangle Method
AddSpot Method
MeasurementCollection
AddRectangle Method
Adds a new MeasurementRectangle to the collection.
Namespace:
Flir.Atlas.Image
Assembly:
Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
Copy
public
MeasurementRectangle
AddRectangle
(
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 rectangle.
height
Type:
System
Int32
Height of the rectangle.
Return Value
Type:
MeasurementRectangle
See Also
Reference
MeasurementCollection Class
Flir.Atlas.Image Namespace