This property refers to the number of pixels per horizontal inch (horizontal resolution) in the image set in the ImageHandle property.

[C++Builder]   imagekitcontrolname->Xdpi[= int ]
[Delphi]   imagekitcontrolname.Xdpi[= Integer ]

Reference

Xdpi
     The number of pixels in one horizontal inch.

Explanation

The XDpi property refers to the number of pixels per horizontal inch (horizontal resolution) in the image set in the ImageHandle property. Whenever a new image is set into the ImageHandle property the XDpi and Ydpi properties are automatically updated.

To change the values in the resolution property of the base raster image, set the LayerNo property to -1 and use the SetDpi method.

Setting this value

This value can be set at run-time.

Retrieving this value

This value can be retrieved at run-time.

 

The ImageKit10 VCL is a product created by Newtone Corporation