| ST7735IsOrientationSupported Method |
Gets a value that indicates if the specified orientation is supported by the display.
Namespace: Microsoft.IoT.Devices.DisplayAssembly: Microsoft.IoT.Devices (in Microsoft.IoT.Devices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool IsOrientationSupported(
DisplayOrientations orientation
)
Public Function IsOrientationSupported (
orientation As DisplayOrientations
) As Boolean
public:
virtual bool IsOrientationSupported(
[InAttribute] DisplayOrientations orientation
) sealed
abstract IsOrientationSupported :
orientation : DisplayOrientations -> bool
override IsOrientationSupported :
orientation : DisplayOrientations -> bool
Parameters
- orientation
- Type: Windows.Graphics.DisplayDisplayOrientations
The orientation to test.
Return Value
Type:
Booleantrue if the specified orientation is supported by the display; otherwise
false.
Implements
IGraphicsDisplayIsOrientationSupported(DisplayOrientations)See Also