WrapMode enumeration
Applies to: desktop apps only
The WrapMode enumeration specifies how repeated copies of an image are used to tile an area.
Syntax
typedef enum {
WrapModeTile = 0,
WrapModeTileFlipX = 1,
WrapModeTileFlipY = 2,
WrapModeTileFlipXY = 3,
WrapModeClamp = 4
} WrapMode;
Constants
- WrapModeTile
-
Specifies tiling without flipping.
- WrapModeTileFlipX
-
Species 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
|
Minimum supported client | Windows XP, Windows 2000 Professional |
|---|---|
|
Minimum supported server | Windows 2000 Server |
|
Product | GDI+ 1.0 |
|
Header |
|
Send comments about this topic to Microsoft
Build date: 3/6/2012