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: 12.0.0.0
Syntax
public void Offset(
	PointF pos
)

Parameters

pos
Type: Easymap.AddIn.Common.GraphicsPointF
The amount to offset the location.
See Also