www.gnostice.com 

Canvas

Top  Previous  Next

The Canvas property returns the handle to the canvas used by the engine.

 

 

 

 

Syntax

 

 

[VC++]

long GetCanvas();

 

[C#]

public abstract new int Canvas [  get]

 

[VB]

Property Canvas As Long

 

 

 

 

 

 

Remarks

 

 

The Canvas property returns the handle to the Windows GDI canvas on which the graphical elements are drawn. The handle can be used in various Windows GDI functions to perform the desired operation.