SVGFEConvolveMatrixElementBuilder.TargetY

SVGFEConvolveMatrixElementBuilder.TargetY method

Sets the ’targetY’ attribute of the feConvolveMatrix element.

public SVGFEConvolveMatrixElementBuilder TargetY(int targetY)
ParameterTypeDescription
targetYInt32The Y coordinate of the target pixel in the kernel matrix.

Return Value

The current builder instance.

See Also