Scale
TransformationMatrix.Scale method
Skaliert x und y mit der Transformationsmatrix: x1 = Ax + Cy; y1 = Bx + Dy.
public void Scale(double x, double y, out double x1, out double y1)
Parameter | Typ | Beschreibung |
---|---|---|
x | Double | Ursprüngliche x-Koordinate. |
y | Double | Ursprüngliche y-Koordinate. |
x1 | Double& | Koordinate x skaliert. |
y1 | Double& | Koordinate y skaliert. |
Siehe auch
- class TransformationMatrix
- namensraum Aspose.Font
- Montage Aspose.Font