SVGFEMorphologyElementBuilder.Operator

SVGFEMorphologyElementBuilder.Operator method

Sets the ‘operator’ attribute of the feMorphology element, specifying the type of morphological operation.

public SVGFEMorphologyElementBuilder Operator(MorphologyOperator op)
ParameterTypeDescription
opMorphologyOperatorThe MorphologyOperator specifying the operation type (e.g., ‘dilate’ or ’erode’).

Return Value

The current builder instance.

See Also