SVGFESpecularLightingElementBuilder.KernelUnitLength

SVGFESpecularLightingElementBuilder.KernelUnitLength method

Sets the ‘kernelUnitLength’ attribute, defining the convolution kernel unit length.

public SVGFESpecularLightingElementBuilder KernelUnitLength(double dx, double? dy = null)
ParameterTypeDescription
dxDoubleThe x-component of the kernel unit length, must be positive.
dyNullable`1The y-component of the kernel unit length, must be positive if provided.

Return Value

The current builder instance.

See Also