Click or drag to resize
MeasurementCollectionAdd Method (Rectangle)
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 Add(
	Rectangle rectangle
)

Parameters

rectangle
Type: System.DrawingRectangle
The rectangle describing the measurement rectangle.

Return Value

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