m12 property
m12 property
Gets or sets the value in the first row and second column of the matrix.
Definition:
@property
def m12(self):
...
@m12.setter
def m12(self, value):
...
See Also
- module
aspose.html.drawing
- class
IMatrix
Gets or sets the value in the first row and second column of the matrix.
@property
def m12(self):
...
@m12.setter
def m12(self, value):
...
aspose.html.drawing
IMatrix