SVGFEConvolveMatrixElementBuilder.Order
SVGFEConvolveMatrixElementBuilder.Order method
Sets the ‘order’ attribute of the feConvolveMatrix element.
public SVGFEConvolveMatrixElementBuilder Order(int orderX, int? orderY = null)
| Parameter | Type | Description |
|---|---|---|
| orderX | Int32 | The number of columns in the kernel matrix. |
| orderY | Nullable`1 | The number of rows in the kernel matrix. If not provided, assumed to be equal to orderX. |
Return Value
The current builder instance.
See Also
- class SVGFEConvolveMatrixElementBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG