| MeasurementCollectionAdd Method (Point) |
Adds a new MeasurementSpot to the collection.
Namespace: Flir.Atlas.ImageAssembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax public MeasurementSpot Add(
Point point
)
Parameters
- point
- Type: System.DrawingPoint
The location of the spot.
Return Value
Type:
MeasurementSpotThe MeasurementSpot object added to the collection.
See Also