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التحول السفلي.

أنظر أيضا