RectangleFOffset Method (Single, Single) |
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
Syntaxpublic void Offset(
float x,
float y
)
Public Sub Offset (
x As Single,
y As Single
)
Parameters
- x
- Type: SystemSingle
The amount to offset the location horizontally. - y
- Type: SystemSingle
The amount to offset the location vertically.
See Also