Click or drag to resize
IGraphicsDisplay Methods

The IGraphicsDisplay type exposes the following members.

Methods
  NameDescription
Public methodClear
Clears the display.
Public methodClose
Releases system resources that are exposed by a Windows Runtime object.
(Inherited from IClosable.)
Public methodDrawPixel(Int32, Int32, Color)
Writes a pixel to display memory.
Public methodDrawPixel(Int32, Int32, Byte, Byte, Byte)
Writes a pixel to display memory.
Public methodIsOrientationSupported
Gets a value that indicates if the specified orientation is supported by the display.
Public methodUpdate
Updates the display by writing any uncommitted operations.
Top
See Also