Graphics.MultiplyTransform
محتويات
[
يخفي
]MultiplyTransform(Matrix)
تضرب الـMatrix التي تمثل التحويل الهندسي المحلي لهذا Graphics بالمصفوفة المحددة عن طريق إلحاق الـMatrix المحدد.
public void MultiplyTransform(Matrix matrix)
| معامل | نوع | الوصف |
|---|---|---|
| matrix | Matrix | الـMatrix التي يتم ضرب التحويل الهندسي بها. |
انظر أيضًا
- class Matrix
- class Graphics
- namespace Aspose.Imaging
- assembly Aspose.Imaging
MultiplyTransform(Matrix, MatrixOrder)
تضرب الـMatrix التي تمثل التحويل الهندسي المحلي لهذا Graphics بالمصفوفة المحددة وفقًا للترتيب المحدد.
public void MultiplyTransform(Matrix matrix, MatrixOrder order)
| معامل | نوع | الوصف |
|---|---|---|
| matrix | Matrix | الـMatrix التي يتم ضرب التحويل الهندسي بها. |
| order | MatrixOrder | أ MatrixOrder الذي يحدد الترتيب الذي يتم به ضرب المصفوفتين. |
انظر أيضًا
- class Matrix
- enum MatrixOrder
- class Graphics
- namespace Aspose.Imaging
- assembly Aspose.Imaging