Enum StitchTiles
Enum StitchTiles
Namespace: Aspose.Svg.Builder
Assembly: Aspose.SVG.dll (25.5.0)
Specifies the stitching options for the ‘feTurbulence’ filter primitive.
[ComVisible(true)]
public enum StitchTiles
Fields
NoStitch = 1
The tiles are not stitched, which may result in visible seams.
Stitch = 0
The tiles are stitched together to form a smooth, continuous pattern.