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