Click or drag to resize
MeasurementCollectionAdd Method (Point, Point)
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 Add(
	Point start,
	Point end
)

Parameters

start
Type: System.DrawingPoint
The start point of the MeasurementLine.
end
Type: System.DrawingPoint
The end point of the MeasurementLine.

Return Value

Type: MeasurementLine
The MeasurementLine object added to the collection.
See Also