A method that will be called when the automation needs to transform a point from client to screen coordinates.
public Point PointToScreen(
Point point
)
Function PointToScreen( _
ByVal point As Point _
) As Point
Point PointToScreen(
Point point
)
point
The source point in client coordinates.
The result point in screen 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.PointToScreen 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