operator property
Specifies the operation of whether to thin or thicken.
This property is read-only.
Syntax
HRESULT get_operator(
[out] SVGAnimatedEnumeration **ptr
);
Property values
Type: SVGAnimatedEnumeration
The values are erode or dilate.
Standards information
- Scalable Vector Graphics: Filter Effects, Section 15.25.23
Remarks
If you want to thin a graphic, set the ISVGFECompositeElement::operator to erode. If you want to thicken a graphic, set the ISVGFECompositeElement::operator to dilate.