Converts a bitmap coordinate to window coordinate (applying Zoom and position/size of the layer).

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

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

Return Value

See Also