b property
b property
The B component of the matrix.
Definition:
@property
def b(self):
...
@b.setter
def b(self, value):
...
See Also
- module
aspose.svg.datatypes
- class
SVGMatrix
The B component of the matrix.
@property
def b(self):
...
@b.setter
def b(self, value):
...
aspose.svg.datatypes
SVGMatrix