Rectangle.Offset
Offset(int, int)
Past de locatie van deze rechthoek aan met de opgegeven hoeveelheid.
public void Offset(int x, int y)
| Parameter | Type | Beschrijving |
|---|---|---|
| x | Int32 | De horizontale offset. |
| y | Int32 | De verticale offset. |
Zie ook
- struct Rectangle
- naamruimte System.Drawing
- montage Aspose.Drawing
Offset(Point)
Past de locatie van deze rechthoek aan met de opgegeven hoeveelheid.
public void Offset(Point pos)
| Parameter | Type | Beschrijving |
|---|---|---|
| pos | Point | De offset. |
Zie ook
- struct Point
- struct Rectangle
- naamruimte System.Drawing
- montage Aspose.Drawing