Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
WrapModeTileSpecifies tiling without flipping.  | 
WrapModeTileFlipXSpecifies that tiles are flipped horizontally as you move from one tile to the next in a row.  | 
WrapModeTileFlipYSpecifies that tiles are flipped vertically as you move from one tile to the next in a column.  | 
WrapModeTileFlipXYSpecifies that tiles are flipped horizontally as you move along a row and flipped vertically as you move along a column.  | 
WrapModeClampSpecifies 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) |