Offset
Offset(Point)
Belirtilen miktara göre bu dikdörtgenin konumunu ayarlar.
public void Offset(Point pos)
| Parametre | Tip | Tanım |
|---|---|---|
| pos | Point | Konumu dengelemek için tutar. |
Ayrıca bakınız
- struct Point
- struct Rectangle
- ad alanı Aspose.Imaging
- toplantı Aspose.Imaging
Offset(int, int)
Belirtilen miktara göre bu dikdörtgenin konumunu ayarlar.
public void Offset(int x, int y)
| Parametre | Tip | Tanım |
|---|---|---|
| x | Int32 | Yatay ofset. |
| y | Int32 | Dikey ofset. |
Ayrıca bakınız
- struct Rectangle
- ad alanı Aspose.Imaging
- toplantı Aspose.Imaging