SVGFEMorphologyElementBuilder.Operator
SVGFEMorphologyElementBuilder.Operator method
Sets the ‘operator’ attribute of the feMorphology element, specifying the type of morphological operation.
public SVGFEMorphologyElementBuilder Operator(MorphologyOperator op)
Parameter | Type | Description |
---|---|---|
op | MorphologyOperator | The MorphologyOperator specifying the operation type (e.g., ‘dilate’ or ’erode’). |
Return Value
The current builder instance.
See Also
- enum MorphologyOperator
- class SVGFEMorphologyElementBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG