TransformationMatrix.Transform
TransformationMatrix.Transform method
يحوّل x و y باستخدام مصفوفة التحويل: x1 = Ax + Cy + TX؛ y1 = Bx + Dy + TY.
public void Transform(double x, double y, out double x1, out double y1)
| معامل | نوع | الوصف |
|---|---|---|
| x | Double | الإحداثي الأصلي x. |
| y | Double | الإحداثي الأصلي y. |
| x1 | Double& | الإحداثي x بعد التحويل. |
| y1 | Double& | الإحداثي y بعد التحويل. |
انظر أيضاً
- class TransformationMatrix
- namespace Aspose.Font
- assembly Aspose.Font