ClientToBitmap method (ILEADRasterView)

Visual Basic example

Visual C++ 5.0 example

Delphi 4 example

C++ Builder example

 

Syntax

short ClientToBitmap (float X, float Y);

Overview

Refer to Displaying an Image

Remarks

Converts the given client coordinates to bitmap coordinates.

The values passed should be in ScaleMode property units.

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

See Also

Elements:

ScaleMode property, BitmapToClient method, BitmapWidth property, BitmapHeight property, ScaleWidth property, ScaleHeight property, ConvertX property, ConvertY property

Topics:

Working with the Control: Client Area Usage,

 

Raster Images: Displaying Images