Transform
TransformationMatrix.Transform method
x ve y’yi dönüştürme matrisi ile dönüştürür: x1 = Ax + Cy + TX; y1 = Bx + Dy + TY.
public void Transform(double x, double y, out double x1, out double y1)
Parametre | Tip | Tanım |
---|---|---|
x | Double | Orijinal x koordinatı. |
y | Double | Orijinal y koordinatı. |
x1 | Double& | Dönüştürülmüş x koordinatı. |
y1 | Double& | Dönüştürülmüş y koordinatı. |
Ayrıca bakınız
- class TransformationMatrix
- ad alanı Aspose.Font
- toplantı Aspose.Font