Aspose::Font::TransformationMatrix::Transform طريقة
TransformationMatrix::Transform method
يحوّل x و y باستخدام مصفوفة التحويل: x1 = Ax + Cy + TX; y1 = Bx + Dy + TY.
void Aspose::Font::TransformationMatrix::Transform(double x, double y, double &x1, double &y1)
| معامل | نوع | الوصف |
|---|---|---|
| x | double | الإحداثي الأصلي x. |
| y | double | الإحداثي الأصلي y. |
| x1 | double& | الإحداثي x بعد التحويل. |
| y1 | double& | الإحداثي y المحوَّل. |
انظر أيضًا
- Class TransformationMatrix
- Namespace Aspose::Font
- Library Aspose.Font for C++