Point.Offset
Offset(int, int)
Vertaalt ditPoint met het opgegeven bedrag.
public void Offset(int dx, int dy)
| Parameter | Type | Beschrijving |
|---|---|---|
| dx | Int32 | De hoeveelheid om de x-coördinaat te verschuiven. |
| dy | Int32 | Het bedrag om de y-coördinaat te compenseren. |
Zie ook
- struct Point
- naamruimte System.Drawing
- montage Aspose.Drawing
Offset(Point)
Vertaalt ditPoint door de opgegevenPoint .
public void Offset(Point p)
| Parameter | Type | Beschrijving |
|---|---|---|
| p | Point | DePoint gebruikt om dit te compenserenPoint. |
Zie ook
- struct Point
- naamruimte System.Drawing
- montage Aspose.Drawing