Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 756 Bytes

bitmaprotation.md

File metadata and controls

34 lines (23 loc) · 756 Bytes
-api-id -api-type
T:Windows.Graphics.Imaging.BitmapRotation
winrt enum

BitmapRotation

-description

Specifies the rotation operation to be performed on pixel data.

-enum-fields

-field None:0

No rotation operation is performed.

-field Clockwise90Degrees:1

Perform a clockwise rotation of 90 degrees.

-field Clockwise180Degrees:2

Perform a clockwise rotation of 180 degrees.

-field Clockwise270Degrees:3

Perform a clockwise rotation of 270 degrees.

-remarks

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

-examples

-see-also