Rectangle.FromLeftTopRightBottom
Rectangle.FromLeftTopRightBottom method
oluştururRectangle belirtilen kenar konumlarına sahip yapı.
public static Rectangle FromLeftTopRightBottom(int left, int top, int right, int bottom)
| Parametre | Tip | Tanım |
|---|---|---|
| left | Int32 | Bunun sol üst köşesinin x koordinatıRectangle yapı. |
| top | Int32 | Bunun sol üst köşesinin y koordinatıRectangle yapı. |
| right | Int32 | Bunun sağ alt köşesinin x koordinatıRectangle yapı. |
| bottom | Int32 | Bunun sağ alt köşesinin y koordinatıRectangle yapı. |
Geri dönüş değeri
YeniRectangle bu yöntemin oluşturduğu.
Ayrıca bakınız
- struct Rectangle
- ad alanı Aspose.PSD
- toplantı Aspose.PSD