Converts a bitmap coordinate to the window coordinate (applying Zoom and View status).

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public int XBitmapToClient(
	int x
)
Public Function XBitmapToClient ( _
	x As Integer _
) As Integer
public:
int XBitmapToClient(
	int x
)

Parameters

x
Int32
the x bitmap coordinate

Return Value

Returns a window coordinate.

See Also