SVGFEConvolveMatrixElementBuilder.Order

SVGFEConvolveMatrixElementBuilder.Order method

Sets the ‘order’ attribute of the feConvolveMatrix element.

public SVGFEConvolveMatrixElementBuilder Order(int orderX, int? orderY = null)
ParameterTypeDescription
orderXInt32The number of columns in the kernel matrix.
orderYNullable`1The number of rows in the kernel matrix. If not provided, assumed to be equal to orderX.

Return Value

The current builder instance.

See Also