MobileForms Toolkit Documentation

CompactImage.Rotate Method 

Rotate image in specified direction.

public void Rotate(
Rotation rotation
);

Parameters

rotation
Specifies the angle of rotation.

Remarks

Rotates the image in a 90 or 180 degrees angle. The angle is specified using an enumaration parameter. For the valid values Rotation.

See Also

CompactImage Class | Resco.Controls.ImageBox Namespace | Rotation