Click or drag to resize
MeasurementCollectionAddRectangle Method
Adds a new MeasurementRectangle to the collection.

Namespace: Flir.Atlas.Image
Assembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
public MeasurementRectangle AddRectangle(
	int x,
	int y,
	int width,
	int height
)

Parameters

x
Type: SystemInt32
the x-coordinate.
y
Type: SystemInt32
the y-coordinate
width
Type: SystemInt32
Width of the rectangle.
height
Type: SystemInt32
Height of the rectangle.

Return Value

Type: MeasurementRectangle
See Also