Enum EmfPlusWrapMode
EmfPlusWrapMode enumeration
The WrapMode enumeration defines how the pattern from a texture or gradient brush is tiled across a shape or at shape boundaries, when it is smaller than the area being filled.
public enum EmfPlusWrapMode
Values
| Name | Value | Description |
|---|---|---|
| WrapModeTile | 0 | Tiles the gradient or texture. |
| WrapModeTileFlipX | 1 | Reverses the texture or gradient horizontally, and then tiles the texture or gradient. |
| WrapModeTileFlipY | 2 | Reverses the texture or gradient vertically, and then tiles the texture or gradient. |
| WrapModeTileFlipXY | 3 | Reverses the texture or gradient horizontally and vertically, and then tiles the texture or gradient. |
| WrapModeClamp | 4 | Fixes the texture or gradient to the object boundary. |
See Also
- namespace Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts
- assembly Aspose.Imaging