SVGFEConvolveMatrixElementBuilder.KernelUnitLength
SVGFEConvolveMatrixElementBuilder.KernelUnitLength method
Sets the ‘kernelUnitLength’ attribute of the feConvolveMatrix element.
public SVGFEConvolveMatrixElementBuilder KernelUnitLength(double dx, double? dy = null)
Parameter | Type | Description |
---|---|---|
dx | Double | The X component of the kernel unit length. |
dy | Nullable`1 | The Y component of the kernel unit length. If not provided, assumed to be equal to dx. |
Return Value
The current builder instance.
See Also
- class SVGFEConvolveMatrixElementBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG