WrapMode

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class WrapMode extends System.Enum

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

Fields

FieldDescription
TileTiles the gradient or texture.
TileFlipXReverses the texture or gradient horizontally and then tiles the texture or gradient.
TileFlipYReverses the texture or gradient vertically and then tiles the texture or gradient.
TileFlipXYReverses the texture or gradient horizontally and vertically and then tiles the texture or gradient.
ClampThe texture or gradient is not tiled.

Tile

public static final int Tile

Tiles the gradient or texture.

TileFlipX

public static final int TileFlipX

Reverses the texture or gradient horizontally and then tiles the texture or gradient.

TileFlipY

public static final int TileFlipY

Reverses the texture or gradient vertically and then tiles the texture or gradient.

TileFlipXY

public static final int TileFlipXY

Reverses the texture or gradient horizontally and vertically and then tiles the texture or gradient.

Clamp

public static final int Clamp

The texture or gradient is not tiled.