Available in the LEADTOOLS Imaging toolkit. |
ClientToBitmap method (Main Control)
Visual
Basic example
Visual
C++ 4.0 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 units.
Calling this method will update the ConvertX and ConvertY properties with the converted values.
SeeAlso
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