Rotation Enumeration

Stepwise rotation. Can be done 0, 90, 180, and 270 degrees clockwise.

Namespace: Lumia.Imaging
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255

Syntax

public enum Rotation
'Declaration
Public Enumeration Rotation
public enum class Rotation
Lumia.Imaging.Rotation = function();
Lumia.Imaging.Rotation.createEnum('Lumia.Imaging.Rotation', false);

Members

Member name Value Description
Rotate0 0 Rotates the image zero degrees clockwise.
Rotate90 1 Rotates the image 90 degrees clockwise.
Rotate180 2 Rotates the image 180 degrees clockwise.
Rotate270 3 Rotates the image 270 degrees clockwise.

Version Information

Lumia Imaging SDK

Supported in: 3.0, 2.0

See Also

Lumia.Imaging Namespace