Aspose::Font::TransformationMatrix::Scale طريقة
TransformationMatrix::Scale method
يقوم بتكبير x و y باستخدام مصفوفة التحويل: x1 = Ax + Cy; y1 = Bx + Dy.
void Aspose::Font::TransformationMatrix::Scale(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++