Property TargetY
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Model.dll
TargetY
Determines the positioning in Y of the convolution matrix relative to a given target pixel in the input image.
public ISvgAnimatedInteger TargetY { get; }
Property Value
- ISvgAnimatedInteger
targetY = "integer"
The leftmost column of the matrix is column number zero. The value must be such that:0 <= targetY < orderY.
By default, the convolution matrix is centered in Y over each pixel of the input image (i.e.,targetY = floor ( orderY / 2 )
).