MaskBuilder.BackgroundSize

MaskBuilder.BackgroundSize method

Sets the background size for the mask.

public MaskBuilder BackgroundSize(double width, double height, LengthType type = LengthType.Px)
ParameterTypeDescription
widthDoubleWidth of the background.
heightDoubleHeight of the background.
typeLengthTypeThe type of length measurement.

Return Value

The current instance of MaskBuilder.

See Also