Click or drag to resize
MeasurementShapeOffset Method
Adjusts the location of this measurement shape by the specified amount.

Namespace: Flir.Atlas.Image.Measurements
Assembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
public virtual void Offset(
	Point point
)

Parameters

point
Type: System.DrawingPoint
Amount to offset the location.
See Also