Converts a bitmap coordinate to the window coordinate (applying Zoom and View status).
            
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 14.0.0.0
 Syntax
Syntax
| C# | Visual Basic | Visual C++ | 
public int YBitmapToClient( int y )
Public Function YBitmapToClient ( _ y As Integer _ ) As Integer
public: int YBitmapToClient( int y )
Parameters
- y
- Int32
 the y bitmap coordinate


























