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)
Parameter | Type | Description |
---|---|---|
rx | Double | The radius along the x-axis. |
ry | Nullable`1 | Optional. The radius along the y-axis. If not provided, rx is used for both axes. |
Return Value
The current builder instance.
See Also
- class SVGFEMorphologyElementBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG