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.

Module: aspose.imaging.fileformats.emf.emfplus.consts

Full Name: aspose.imaging.fileformats.emf.emfplus.consts.EmfPlusWrapMode

Aspose.Imaging Version: 24.6.0

Members

Member nameDescription
WRAP_MODE_CLAMPFixes the texture or gradient to the object boundary.
WRAP_MODE_TILETiles the gradient or texture.
WRAP_MODE_TILE_FLIP_XReverses the texture or gradient horizontally, and then tiles the texture or gradient.
WRAP_MODE_TILE_FLIP_XYReverses the texture or gradient horizontally and vertically, and then tiles the texture or gradient.
WRAP_MODE_TILE_FLIP_YReverses the texture or gradient vertically, and then tiles the texture or gradient.