| IGraphicsDisplay Methods |
The IGraphicsDisplay type exposes the following members.
| 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.
|