kernelMatrix property

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

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).