targetY property

Determines the positioning in Y of the convolution matrix relative to a given target pixel in the input image.

This property is read-only.

 

Syntax

HRESULT get_targetY(
  [out] SVGAnimatedInteger **integer
);

Property values

Type: SVGAnimatedInteger

Determines the positioning in Y of the convolution matrix relative to a given target pixel in the input image. The topmost row of the matrix is row number zero. The value must be such that: 0 <= ISVGFEConvolveMatrixElement::targetY < ISVGFEConvolveMatrixElement::orderY. By default, the convolution matrix is centered in Y over each pixel of the input image (that is, ISVGFEConvolveMatrixElement::targetY = floor ( ISVGFEConvolveMatrixElement::orderY / 2 )).

Standards information