Matrix.Scale
Scale(float, float, MatrixOrder)
تطبق متجه القياس المحدد (scaleX و scaleY) على هذه Matrix باستخدام الترتيب المحدد.
public void Scale(float scaleX, float scaleY, MatrixOrder order)
| معامل | نوع | الوصف |
|---|---|---|
| scaleX | فردي | القياس X. |
| scaleY | فردي | القياس Y. |
| order | MatrixOrder | الترتيب. |
انظر أيضًا
- enum MatrixOrder
- class Matrix
- namespace Aspose.Imaging
- assembly Aspose.Imaging
Scale(float, float)
يطبق متجه التحجيم المحدد (scaleX و scaleY) على هذه Matrix باستخدام ترتيب (Prepend) الافتراضي.
public void Scale(float sx, float sy)
| معامل | نوع | الوصف |
|---|---|---|
| sx | فردي | الـ sx. الـ sx. الـ sx. |
| sy | فردي | الـ sy. الـ sy. الـ sy. |
انظر أيضًا
- class Matrix
- namespace Aspose.Imaging
- assembly Aspose.Imaging