MaskBuilder.BackgroundSize
MaskBuilder.BackgroundSize method
Sets the background size for the mask.
public MaskBuilder BackgroundSize(double width, double height, LengthType type = LengthType.Px)
Parameter | Type | Description |
---|---|---|
width | Double | Width of the background. |
height | Double | Height of the background. |
type | LengthType | The type of length measurement. |
Return Value
The current instance of MaskBuilder.
See Also
- enum LengthType
- class MaskBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG