SVGFEConvolveMatrixElementBuilder.KernelUnitLength

SVGFEConvolveMatrixElementBuilder.KernelUnitLength method

Sets the ‘kernelUnitLength’ attribute of the feConvolveMatrix element.

public SVGFEConvolveMatrixElementBuilder KernelUnitLength(double dx, double? dy = null)
ParameterTypeDescription
dxDoubleThe X component of the kernel unit length.
dyNullable`1The Y component of the kernel unit length. If not provided, assumed to be equal to dx.

Return Value

The current builder instance.

See Also