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