This property retrieves the device context of the ImageKit Control.

[C++Builder]   imagekitcontrolname->Canvas->Handle[= HDC ]
[Delphi]   imagekitcontrolname.Canvas.Handle[= HDC ]

Property Value

The device context of the ImageKit Control.

Explanation

The Canvas.Handle property retrieves the device context of the ImageKit Control. Therefore, a Canvas method or a method implemented by the PrintDraw property can be used to draw on the ImageKit control. For mor information about Canvas please refer to TCanvas in the Delphi or C++Builder help documentation.

Setting this value

This value cannot be set.

Retrieving this value

This value can be retrieved at run-time.

Differences from ImageKit7/8/9/10 ActiveX

This property's name is Hdc in the ActiveX version

 

The ImageKit10 VCL is a product created by Newtone Corporation