BitmapToClient method (ILEADRasterView)

Visual Basic example

Visual C++ 5.0 example

Delphi 4 example

C++ Builder example

 

Syntax

short BitmapToClient (float X, float Y);

Overview

Refer to Displaying an Image.

Remarks

Converts the given bitmap coordinates to client coordinates.

The values passed should be in ScaleMode units.

Calling this method will update the ConvertX and ConvertY properties with the converted values.

See Also

Elements:

ScaleMode property, ClientToBitmap, BitmapWidth property, BitmapHeight property, ScaleWidth property, ScaleHeight property, ConvertX property, ConvertY property

Topics:

Working with the Control: Client Area Usage,

 

Raster Images: Displaying Images