MobileForms Toolkit Documentation

Rotation Enumeration

Enumerates the angles of rotation used by Rotate method.

public enum Rotation

Remarks

Rotate method rotates the image by an angle specified by Rotation parameter. The following values are valid:
/// ///
NoneDoes not rotate the image. This value has a meaning for Rotation property.
Left90Rotates the image counter clockwise by 90 degrees.
Left180Rotates the image counter clockwise by 180 degrees.
Left270Rotates the image counter clockwise by 270 degrees.
Right90Rotates the image clockwise by 90 degrees.
Right180Rotates the image clockwise by 180 degrees.
Right270Rotates the image clockwise by 270 degrees.

Members

Member Name Description
None 
Left90 
Left180 
Left270 
Right90 
Right180 
Right270 

Requirements

Namespace: Resco.Controls.ImageBox

Assembly: Resco.ImageBox.CF3 (in Resco.ImageBox.CF3.dll)

See Also

Resco.Controls.ImageBox Namespace | Rotate