Enum EmfPlusWrapMode
Enum EmfPlusWrapMode
Namespace: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts
Assembly: Aspose.Imaging.dll (25.2.0)
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
Fields
WrapModeClamp = 4
Fixes the texture or gradient to the object boundary.
WrapModeTile = 0
Tiles the gradient or texture.
WrapModeTileFlipX = 1
Reverses the texture or gradient horizontally, and then tiles the texture or gradient.
WrapModeTileFlipXY = 3
Reverses the texture or gradient horizontally and vertically, and then tiles the texture or gradient.
WrapModeTileFlipY = 2
Reverses the texture or gradient vertically, and then tiles the texture or gradient.