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)
معاملنوعالوصف
xdoubleالإحداثي الأصلي x.
ydoubleالإحداثي الأصلي y.
x1double&الإحداثي x بعد التحويل.
y1double&الإحداثي y المحوَّل.

انظر أيضًا