Click or drag to resize

RectangleFOffset Method (PointF)

Adjusts the location of this rectangle by the specified amount.

Namespace:  Easymap.AddIn.Common.Graphics
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public void Offset(
	PointF pos
)

Parameters

pos
Type: System.DrawingPointF
The amount to offset the location.
See Also