TransformationMatrix
TransformationMatrix()
Standart 1’e 1 dönüştürme matrisi oluşturur: [ ABCD TX TY ] = [ 1, 0, 0, 1, 0, 0].
public TransformationMatrix()
Ayrıca bakınız
- class TransformationMatrix
- ad alanı Aspose.Font
- toplantı Aspose.Font
TransformationMatrix(double[])
Aşağıdaki dizi temsiline sahip bir dönüştürme matrisini kabul eder: [ ABCD TX TY ].
public TransformationMatrix(double[] matrixArray)
Parametre | Tip | Tanım |
---|---|---|
matrixArray | Double[] | Dönüşüm matrisi değerlerine sahip dizi, 6 öğeye sahip olmalıdır. |
Ayrıca bakınız
- class TransformationMatrix
- ad alanı Aspose.Font
- toplantı Aspose.Font