Click or drag to resize

RectangleFOffset(Single, Single) Method

Adjusts the location of this rectangle by the specified amount.

Namespace: Easymap.AddIn.Common.Graphics
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public void Offset(
	float x,
	float y
)

Parameters

x  Single
The amount to offset the location horizontally.
y  Single
The amount to offset the location vertically.
See Also