operator method
operator
Sets the ‘operator’ attribute of the feMorphology element, specifying the type of morphological operation.
Returns
The current builder instance.
def operator(self, op):
...
| Parameter | Type | Description |
|---|---|---|
| op | MorphologyOperator | The MorphologyOperator specifying the operation type (e.g., ‘dilate’ or ’erode’). |
See Also
- module
aspose.svg.builder - class
SVGFEMorphologyElementBuilder