SVGFEMorphologyElementBuilder.SetRadius

SVGFEMorphologyElementBuilder.SetRadius method

Sets the ‘radius’ attribute of the feMorphology element, defining the radius for the morphological operation.

public SVGFEMorphologyElementBuilder SetRadius(double rx, double? ry = null)
ParameterTypeDescription
rxDoubleThe radius along the x-axis.
ryNullable`1Optional. The radius along the y-axis. If not provided, rx is used for both axes.

Return Value

The current builder instance.

See Also