Rectangle.Offset
Offset(Point)
Past de locatie van deze rechthoek aan met de opgegeven hoeveelheid.
public void Offset(Point pos)
Parameter | Type | Beschrijving |
---|---|---|
pos | Point | Bedrag om de locatie te compenseren. |
Zie ook
- struct Point
- struct Rectangle
- naamruimte Aspose.PSD
- montage Aspose.PSD
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 Aspose.PSD
- montage Aspose.PSD