BitmapRotation BitmapRotation BitmapRotation BitmapRotation Enum

Definition

Specifies the rotation operation to be performed on pixel data.

public : enum class BitmapRotationpublic enum BitmapRotationPublic Enum BitmapRotation// You can use this enum in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Fields

Clockwise180Degrees Clockwise180Degrees Clockwise180Degrees Clockwise180Degrees

Perform a clockwise rotation of 180 degrees.

Clockwise270Degrees Clockwise270Degrees Clockwise270Degrees Clockwise270Degrees

Perform a clockwise rotation of 270 degrees.

Clockwise90Degrees Clockwise90Degrees Clockwise90Degrees Clockwise90Degrees

Perform a clockwise rotation of 90 degrees.

None None None None

No rotation operation is performed.

Remarks

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