StitchTiles Enum
StitchTiles enumeration
Specifies the stitching options for the ‘feTurbulence’ filter primitive.
public enum StitchTiles
Values
Name | Value | Description |
---|---|---|
Stitch | 0 | The tiles are stitched together to form a smooth, continuous pattern. |
NoStitch | 1 | The tiles are not stitched, which may result in visible seams. |
See Also
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG