Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The list of numbers that make up the kernel matrix for the convolution.
This property is read-only.
![]() ![]() |
Syntax
HRESULT get_kernelMatrix(
[out] SVGAnimatedNumberList **numList
);
Property values
Type: SVGAnimatedNumberList
The list of numbers that make up the kernel matrix for the convolution (see Remarks).
Standards information
- Scalable Vector Graphics: Filter Effects, Section 15.25.12
Remarks
ISVGFEConvolveMatrixElement::kernelMatrix contains the list of numbers that make up the kernel matrix for the convolution. Values are separated by space characters and/or a comma. The number of entries in the list must equal orderX times orderY (see ISVGFEConvolveMatrixElement::orderX).