BitmapFlip enumeration

This topic has not yet been rated - Rate this topic

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.

MemberValueDescription
None | none0

No flip operation will be performed.

Horizontal | horizontal1

Flip the bitmap around the y axis.

Vertical | vertical2

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

Windows.Graphics.Imaging
Windows::Graphics::Imaging [C++]

Metadata

Windows.winmd

See also

BitmapTransform

 

 

Build date: 12/4/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.