Interface IRotatableDisplay
Represents a display that supports rotation in 90 degree increments
Assembly: Meadow.Foundation.dll
View Source
public interface IRotatableDisplay
Properties
Rotation
Gets the current display rotation
View Source
RotationType Rotation { get; }
Methods
SetRotation(RotationType)
Set the rotation of the display
View Source
void SetRotation(RotationType rotation)
Parameters
Type | Name | Description |
---|---|---|
Meadow.Foundation.Graphics.RotationType | rotation | The rotation |