A device context of a window that allows you to draw onto that window.
Declaration Syntax
C# |
public class WindowDeviceContext : IDisposable
Members
All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
CreateGraphics()()() |
Creates a Graphics object for this device context.
| |
Dispose()()() |
Frees this device context.
| |
HDC |
The device context handle.
|
Inheritance Hierarchy
Object | |
WindowDeviceContext |