Table of Contents

Property TargetX

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Model.dll

TargetX

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

public ISvgAnimatedInteger TargetX { get; }

Property Value

ISvgAnimatedInteger

targetX = "integer"

The leftmost column of the matrix is column number zero. The value must be such that: 0 <= targetX < orderX. By default, the convolution matrix is centered in X over each pixel of the input image (i.e., targetX = floor ( orderX / 2 )).