SVGFESpecularLightingElementBuilder.KernelUnitLength
SVGFESpecularLightingElementBuilder.KernelUnitLength method
Sets the ‘kernelUnitLength’ attribute, defining the convolution kernel unit length.
public SVGFESpecularLightingElementBuilder KernelUnitLength(double dx, double? dy = null)
Parameter | Type | Description |
---|---|---|
dx | Double | The x-component of the kernel unit length, must be positive. |
dy | Nullable`1 | The y-component of the kernel unit length, must be positive if provided. |
Return Value
The current builder instance.
See Also
- class SVGFESpecularLightingElementBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG