TransformationMatrix
TransformationMatrix()
Erstellt eine standardmäßige 1-zu-1-Transformationsmatrix: [ ABCD TX TY ] = [ 1, 0, 0, 1, 0, 0].
public TransformationMatrix()
Siehe auch
- class TransformationMatrix
- namensraum Aspose.Font
- Montage Aspose.Font
TransformationMatrix(double[])
Akzeptiert eine Transformationsmatrix mit folgender Array-Darstellung: [ ABCD TX TY ].
public TransformationMatrix(double[] matrixArray)
Parameter | Typ | Beschreibung |
---|---|---|
matrixArray | Double[] | Array mit Transformationsmatrixwerten, muss 6 Elemente haben. |
Siehe auch
- class TransformationMatrix
- namensraum Aspose.Font
- Montage Aspose.Font