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
Syntaxpublic void Offset(
PointF pos
)
Public Sub Offset (
pos As PointF
)
Parameters
- pos
- Type: System.DrawingPointF
The amount to offset the location.
See Also