Click or drag to resize
MeasurementCollectionAddLine 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#
public MeasurementLine AddLine(
	int x1,
	int y1,
	int x2,
	int y2
)

Parameters

x1
Type: SystemInt32
the start x-coordinate.
y1
Type: SystemInt32
the start y-coordinate.
x2
Type: SystemInt32
the stop x-coordinate.
y2
Type: SystemInt32
the stop y-coordinate.

Return Value

Type: MeasurementLine
See Also