C#
VB
C++
Returns the client coordinates (the cell coordinates) corresponding to the image coordinates specified by the user.
public Point PointToClient(
Point point
)
Public Function PointToClient( _
ByVal point As Point _
) As Point
public:
Point PointToClient(
Point point
)
point
The System.Drawing.Point object that represents the image coordinates.
A System.Drawing.Point object that contains the client (the cell) coordinates.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET