←Select platform

PointToClient Method

Summary

Returns the client coordinates (the cell coordinates) corresponding to the image coordinates specified by the user.

Syntax

C#
VB
C++
public Point PointToClient( 
   Point point 
) 
Public Function PointToClient( _ 
   ByVal point As Point _ 
) As Point 
public: 
Point PointToClient(  
   Point point 
)  

Parameters

point
The System.Drawing.Point object that represents the image coordinates.

Return Value

A System.Drawing.Point object that contains the client (the cell) coordinates.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly