GDICanvas.Data

Wraps and owns the Windows API objects.

struct GDICanvas(COLOR)
struct Data {}

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Variables

hbm
HBITMAP hbm;

Windows GDI bitmap handle.

hdc
HDC hdc;

Windows GDI DC handle.

Meta