Click or drag to resize
MeasurementCollectionAdd Method (Point)
Adds a new MeasurementSpot to the collection.

Namespace: Flir.Atlas.Image
Assembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
public MeasurementSpot Add(
	Point point
)

Parameters

point
Type: System.DrawingPoint
The location of the spot.

Return Value

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