WrapMode Enumeration

Specifies how a texture or gradient is tiled when it is smaller than the area being filled.

Module: aspose.psd

Full Name: aspose.psd.WrapMode

Aspose.PSD Version: 24.4.0

Members

Member nameDescription
CLAMPThe texture or gradient is not tiled.
TILETiles the gradient or texture.
TILE_FLIP_XReverses the texture or gradient horizontally and then tiles the texture or gradient.
TILE_FLIP_XYReverses the texture or gradient horizontally and vertically and then tiles the texture or gradient.
TILE_FLIP_YReverses the texture or gradient vertically and then tiles the texture or gradient.