WrapMode Enumeration
Specifies how a texture or gradient is tiled when it is smaller than the area being filled.
Module: aspose.imaging
Full Name: aspose.imaging.WrapMode
Members
| Member name | Description | 
|---|---|
| CLAMP | The texture or gradient is not tiled. | 
| TILE | Tiles the gradient or texture. | 
| TILE_FLIP_X | Reverses the texture or gradient horizontally and then tiles the texture or gradient. | 
| TILE_FLIP_XY | Reverses the texture or gradient horizontally and vertically and then tiles the texture or gradient. | 
| TILE_FLIP_Y | Reverses the texture or gradient vertically and then tiles the texture or gradient. |