BitmapToClient method (Main Control)

Visual Basic example
Visual C++ 4.0 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.

SeeAlso

Elements:  ScaleMode property, ClientToBitmap 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