WrapMode enumeration (gdiplusenums.h)
The WrapMode enumeration specifies how repeated copies of an image are used to tile an area.
Syntax
typedef enum WrapMode {
WrapModeTile,
WrapModeTileFlipX,
WrapModeTileFlipY,
WrapModeTileFlipXY,
WrapModeClamp
} ;
Constants
WrapModeTile Specifies tiling without flipping. |
WrapModeTileFlipX Specifies that tiles are flipped horizontally as you move from one tile to the next in a row. |
WrapModeTileFlipY Specifies that tiles are flipped vertically as you move from one tile to the next in a column. |
WrapModeTileFlipXY Specifies that tiles are flipped horizontally as you move along a row and flipped vertically as you move along a column. |
WrapModeClamp Specifies that no tiling takes place. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP, Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | gdiplusenums.h (include Gdiplus.h) |