Property OrderX
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Model.dll
OrderX
Indicates the number of cells in each dimension for 'kernelMatrix'.
public ISvgAnimatedInteger OrderX { get; }
Property Value
- ISvgAnimatedInteger
order = "number-optional-number"
The values provided must be
integer
s greater than zero.The first number, OrderX, indicates the number of columns in the matrix.
The second number, OrderY, indicates the number of rows in the matrix. If OrderYis not provided, it defaults to OrderX.
Remarks
A typical value is order="3". It is recommended that only small values(e.g., 3) be used; higher values may result in very high CPU overhead and usually do not produce results that justify the impact on performance.
If the attribute is not specified, the effect is as if a value of 3
were specified.