EmfPlusWrapMode

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

public final class EmfPlusWrapMode extends System.Enum

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.

Fields

FieldDescription
WrapModeTileTiles the gradient or texture.
WrapModeTileFlipXReverses the texture or gradient horizontally, and then tiles the texture or gradient.
WrapModeTileFlipYReverses the texture or gradient vertically, and then tiles the texture or gradient.
WrapModeTileFlipXYReverses the texture or gradient horizontally and vertically, and then tiles the texture or gradient.
WrapModeClampFixes the texture or gradient to the object boundary.

WrapModeTile

public static final int WrapModeTile

Tiles the gradient or texture.

WrapModeTileFlipX

public static final int WrapModeTileFlipX

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

WrapModeTileFlipY

public static final int WrapModeTileFlipY

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

WrapModeTileFlipXY

public static final int WrapModeTileFlipXY

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

WrapModeClamp

public static final int WrapModeClamp

Fixes the texture or gradient to the object boundary.