background_size method
background_size
Sets the background size for the mask.
Returns
The current instance of MaskBuilder.
def background_size(self, width, height, type):
...
Parameter | Type | Description |
---|---|---|
width | float | Width of the background. |
height | float | Height of the background. |
type | LengthType | The type of length measurement. |
See Also
- module
aspose.svg.builder
- class
MaskBuilder