Constructors
function NewCanvas( DC: HDC ): PCanvas;
Use to construct Canvas on base of memory DC.
function NewFont: PGraphicTool;
Creates and returns font graphic tool object.
function NewBrush: PGraphicTool;
Creates and returns new brush object.
Function NewPen: PGraphicTool;
Creates and returns new pen object.