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