BitmapRotation enumeration

This topic has not yet been rated - Rate this topic

Specifies the rotation operation to be performed on pixel data.

Syntax


var value = Windows.Graphics.Imaging.BitmapRotation.none;

Attributes

VersionAttribute(NTDDI_WIN8)

Members

The BitmapRotation enumeration has these members.

MemberValueDescription
None | none0

No rotation operation is performed.

Clockwise90Degrees | clockwise90Degrees1

Perform a clockwise rotation of 90 degrees.

Clockwise180Degrees | clockwise180Degrees2

Perform a clockwise rotation of 180 degrees.

Clockwise270Degrees | clockwise270Degrees3

Perform a clockwise rotation of 270 degrees.

Remarks

This enumeration is used when setting the Rotation property of a BitmapTransform object.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

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

Metadata

Windows.winmd

 

 

Build date: 12/4/2012

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