Click or drag to resize
MeasurementCollectionAddSpot Method
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 AddSpot(
	int x,
	int y
)

Parameters

x
Type: SystemInt32
the x-coordinate.
y
Type: SystemInt32
the y-coordinate

Return Value

Type: MeasurementSpot
See Also