TransformBrush.RotateTransform
RotateTransform(float)
يدور التحويل الهندسي المحلي بالمقدار المحدد. تقوم هذه الطريقة بإلحاق الدوران إلى التحويل.
public void RotateTransform(float angle)
| معامل | نوع | الوصف |
|---|---|---|
| زاوية | فردي | زاوية الدوران. |
انظر أيضًا
- class TransformBrush
- namespace Aspose.Imaging.Brushes
- assembly Aspose.Imaging
RotateTransform(float, MatrixOrder)
يدور التحويل الهندسي المحلي بالمقدار المحدد بالترتيب المحدد.
public void RotateTransform(float angle, MatrixOrder order)
| معامل | نوع | الوصف |
|---|---|---|
| زاوية | فردي | زاوية الدوران. |
| order | MatrixOrder | قيمة MatrixOrder التي تحدد ما إذا كان سيتم إلحاق أو إسباق مصفوفة الدوران. |
انظر أيضًا
- enum MatrixOrder
- class TransformBrush
- namespace Aspose.Imaging.Brushes
- assembly Aspose.Imaging