Crop
Crop(Rectangle)
اقتصاص الصورة .
public override void Crop(Rectangle rectangle)
معامل | يكتب | وصف |
---|---|---|
rectangle | Rectangle | المستطيل. |
أنظر أيضا
- struct Rectangle
- class TgaImage
- مساحة الاسم Aspose.Imaging.FileFormats.Tga
- المجسم Aspose.Imaging
Crop(int, int, int, int)
اقتصاص الصورة مع التحولات .
public override void Crop(int leftShift, int rightShift, int topShift, int bottomShift)
معامل | يكتب | وصف |
---|---|---|
leftShift | Int32 | التحول الأيسر. |
rightShift | Int32 | التحول الصحيح. |
topShift | Int32 | التحول الأعلى. |
bottomShift | Int32 | التحول السفلي. |
أنظر أيضا
- class TgaImage
- مساحة الاسم Aspose.Imaging.FileFormats.Tga
- المجسم Aspose.Imaging