Crop

Crop(Rectangle)

اقتصاص الصورة .

public override void Crop(Rectangle rectangle)
معامليكتبوصف
rectangleRectangleالمستطيل.

أنظر أيضا


Crop(int, int, int, int)

اقتصاص الصورة مع التحولات .

public override void Crop(int leftShift, int rightShift, int topShift, int bottomShift)
معامليكتبوصف
leftShiftInt32التحول الأيسر.
rightShiftInt32التحول الصحيح.
topShiftInt32التحول الأعلى.
bottomShiftInt32التحول السفلي.

استثناءات

استثناءحالة
ArgumentExceptionالمستطيل غير صحيح. - يجب تضمين المستطيل في حدود الصورة. - مستطيل
ImageExceptionلا يمكن اقتصاص الصورة. فهرس الإطار: “+ frameIndex or لا يمكن اقتصاص الصورة .

أنظر أيضا