PreprocessingFilter.Rotate
Rotate(float)
تدوير الصورة الأصلية .
public static PreprocessingFilter Rotate(float angle)
معامل | يكتب | وصف |
---|---|---|
angle | Single | زاوية الدوران.من -360 إلى 360 |
قيمة الإرجاع
كائن RotateFilter.
أنظر أيضا
- class PreprocessingFilter
- مساحة الاسم Aspose.OCR.Models.PreprocessingFilters
- المجسم Aspose.OCR
Rotate(float, Rectangle)
تدوير جزء من الصورة .
public static PreprocessingFilter Rotate(float angle, Rectangle area)
معامل | يكتب | وصف |
---|---|---|
angle | Single | زاوية الدوران.من -360 إلى 360 |
area | Rectangle | إحداثيات الجزء المراد تصحيحه من الصورة. |
قيمة الإرجاع
كائن RotateFilter.
أنظر أيضا
- class PreprocessingFilter
- مساحة الاسم Aspose.OCR.Models.PreprocessingFilters
- المجسم Aspose.OCR