Returns the client coordinates (the cell coordinates) corresponding to the image coordinates specified by the user.
public Point PointToClient(
int subCellIndex,
Point point
)
Public Overloads Function PointToClient( _
ByVal subCellIndex As Integer, _
ByVal point As Point _
) As Point
public:
Point PointToClient(
int subCellIndex,
Point point
)
subCellIndex
The zero-based index of the sub-cell that contains the image which is having its coordinates sent.
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