public final class EmfPlusWrapMode
extends com.aspose.ms.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.
Modifier and Type | Field and Description |
---|---|
static int |
WrapModeClamp
Fixes the texture or gradient to the object boundary.
|
static int |
WrapModeTile
Tiles the gradient or texture.
|
static int |
WrapModeTileFlipX
Reverses the texture or gradient horizontally, and then tiles the texture or gradient.
|
static int |
WrapModeTileFlipXY
Reverses the texture or gradient horizontally and vertically, and then tiles the texture or gradient.
|
static int |
WrapModeTileFlipY
Reverses the texture or gradient vertically, and then tiles the texture or gradient.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int WrapModeTile
Tiles the gradient or texture.
public static final int WrapModeTileFlipX
Reverses the texture or gradient horizontally, and then tiles the texture or gradient.
public static final int WrapModeTileFlipY
Reverses the texture or gradient vertically, and then tiles the texture or gradient.
public static final int WrapModeTileFlipXY
Reverses the texture or gradient horizontally and vertically, and then tiles the texture or gradient.
public static final int WrapModeClamp
Fixes the texture or gradient to the object boundary.