| MeasurementCollectionAdd Method (Point, Point) |
Adds a new MeasurementLine to the collection.
Namespace: Flir.Atlas.ImageAssembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax 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:
MeasurementLineThe MeasurementLine object added to the collection.
See Also