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