PreprocessingFilter.Rotate

Rotate(float)

تدوير الصورة الأصلية .

public static PreprocessingFilter Rotate(float angle)
معامليكتبوصف
angleSingleزاوية الدوران.من -360 إلى 360

قيمة الإرجاع

كائن RotateFilter.

أنظر أيضا


Rotate(float, Rectangle)

تدوير جزء من الصورة .

public static PreprocessingFilter Rotate(float angle, Rectangle area)
معامليكتبوصف
angleSingleزاوية الدوران.من -360 إلى 360
areaRectangleإحداثيات الجزء المراد تصحيحه من الصورة.

قيمة الإرجاع

كائن RotateFilter.

أنظر أيضا