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