targetX property
Determines the positioning in X of the convolution matrix relative to a given target pixel in the input image.
This property is read-only.
Syntax
HRESULT get_targetX(
[out] SVGAnimatedInteger **integer
);
Property values
Type: SVGAnimatedInteger
Determines the positioning in X of the convolution matrix relative to a given target pixel in the input image. The leftmost column of the matrix is column number zero. The value must be such that: 0 <= ISVGFEConvolveMatrixElement::targetX < ISVGFEConvolveMatrixElement::orderX. By default, the convolution matrix is centered in X over each pixel of the input image (that is, ISVGFEConvolveMatrixElement::targetX = floor ( ISVGFEConvolveMatrixElement::orderX / 2 )).
Standards information
- Scalable Vector Graphics: Filter Effects, Section 15.25.12