SVGFECompositeElementBuilder.Operator

SVGFECompositeElementBuilder.Operator method

Sets the ‘operator’ attribute of the feComposite element.

public SVGFECompositeElementBuilder Operator(CompositeOperator compositOperator)
ParameterTypeDescription
compositOperatorCompositeOperatorThe composite operator to be used.

Return Value

The current builder instance.

See Also