StitchTiles Enum

StitchTiles enumeration

Specifies the stitching options for the ‘feTurbulence’ filter primitive.

public enum StitchTiles

Values

NameValueDescription
Stitch0The tiles are stitched together to form a smooth, continuous pattern.
NoStitch1The tiles are not stitched, which may result in visible seams.

See Also