IGraphicsDisplay Interface |
Namespace: Microsoft.IoT.DeviceCore.Display
The IGraphicsDisplay type exposes the following members.
Name | Description | |
---|---|---|
AutoUpdate |
Gets or sets a value that indicates if Update should automatically be called
after drawing operations.
| |
Height |
Gets the height of the display in pixels.
| |
Orientation |
Gets or sets the orientation of the display.
| |
PixelFormat |
Gets the format for each pixel on the display.
| |
Width |
Gets the width of the display in pixels.
|
Name | Description | |
---|---|---|
Clear |
Clears the display.
| |
Close | Releases system resources that are exposed by a Windows Runtime object. (Inherited from IClosable.) | |
DrawPixel(Int32, Int32, Color) |
Writes a pixel to display memory.
| |
DrawPixel(Int32, Int32, Byte, Byte, Byte) |
Writes a pixel to display memory.
| |
IsOrientationSupported |
Gets a value that indicates if the specified orientation is supported by the display.
| |
Update |
Updates the display by writing any uncommitted operations.
|