High-level managed interface for Logitech GamePanel LCD devices.
Canvas Property
NamespacesGamePanelLCDLibGamePanelLCDCanvas

[This is preliminary documentation and is subject to change.]

Provides a Graphics object onto which graphics and text may be drawn to the LCD screen.
Declaration Syntax
C#Visual BasicVisual C++
public Graphics Canvas { get; }
Public ReadOnly Property Canvas As Graphics
public:
property Graphics^ Canvas {
	Graphics^ get ();
}
Remarks
This canvas is sent to the LCD display using the UpdateDisplay method. That must be called anytime the screen is to be updated - rendering graphics and text to this canvas will not automatically update the LCD display.

Assembly: GamePanelLCDLib (Module: GamePanelLCDLib) Version: 0.1.3302.29568