A method that will be called when the automation needs to transform a point from screen to client coordinates.
public Point PointToClient(
Point point
)
Function PointToClient( _
ByVal point As Point _
) As Point
Point PointToClient(
Point point
)
point
The source point in screen coordinates.
The result point in client coordinates.
If your control is derived from the standard System.Windows.Forms.Control, then you do not need to implement this method (since the default System.Windows.Forms.Control.PointToClient will be used).
For an example, refer to IAnnAutomationControl.
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