This property refers to the displayed image's memory device context

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

Property Value

The displayed image's memory device context.

Explanation

The ImageHdc property refers to the displayed image's memory device context. This property allows you to draw graphics and text on an image using one of the methods contained in ImageKit.PrintDraw. The ImageHdc property may be used when the Edit.EditEnable property is set to true, thus enabling the ImageKit's edit mode, and when a raster image is set in the ImageHandle property. Note that in edit mode, graphics and text are drawn to the image data in the memory. To save those changes to the image data, execute the Edit.Modify method.

The ImageHdc property corresponds to the HdcMemory property in earlier versions of the ImageKit.

Setting this value

This value cannot be set.

Retrieving this value

This value can be retrieved at run-time.

The ImageKit10 VCL is a product created by Newtone Corporation