Canvas

The Canvas object is the DGui's rappresentation of a Device Context (Screen DC, Memory DC and Printer DC) $(DDOC_BLANKLINE) Note: Printer DC is not implemented

class Canvas : Handle!(HDC), IDisposable {}

Destructor

A destructor is present on this object, but not explicitly documented in the source.

Meta