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
AddLine Method
Adds a new MeasurementLine to the collection.
Namespace:
Flir.Atlas.Image
Assembly:
Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
Copy
public
MeasurementLine
AddLine
(
int
x1
,
int
y1
,
int
x2
,
int
y2
)
Parameters
x1
Type:
System
Int32
the start x-coordinate.
y1
Type:
System
Int32
the start y-coordinate.
x2
Type:
System
Int32
the stop x-coordinate.
y2
Type:
System
Int32
the stop y-coordinate.
Return Value
Type:
MeasurementLine
See Also
Reference
MeasurementCollection Class
Flir.Atlas.Image Namespace