RectangleF.Offset
Offset(PointF)
Adjusts the location of this rectangle by the specified amount.
public void Offset(PointF pos)
Parameter | Type | Description |
---|---|---|
pos | PointF | The amount to offset the location. |
See Also
- struct PointF
- struct RectangleF
- namespace System.Drawing
- assembly Aspose.Drawing
Offset(float, float)
Adjusts the location of this rectangle by the specified amount.
public void Offset(float x, float y)
Parameter | Type | Description |
---|---|---|
x | Single | The amount to offset the location horizontally. |
y | Single | The amount to offset the location vertically. |
See Also
- struct RectangleF
- namespace System.Drawing
- assembly Aspose.Drawing