Specifies the flip operation to be performed on pixel data.
Syntax
var value = Windows.Graphics.Imaging.BitmapFlip.none;
Attributes
- VersionAttribute(NTDDI_WIN8)
Members
The BitmapFlip enumeration has these members.
| Member | Value | Description |
|---|---|---|
| None | none | 0 |
No flip operation will be performed. |
| Horizontal | horizontal | 1 |
Flip the bitmap around the y axis. |
| Vertical | vertical | 2 |
Flip the bitmap around the x axis. |
Remarks
This enumeration is used when setting the Flip property of a BitmapTransform.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 12/4/2012