SVGFEMorphologyElementBuilder.Radius

SVGFEMorphologyElementBuilder.Radius method

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

public SVGFEMorphologyElementBuilder Radius(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