LEADTOOLS Annotations (Leadtools.Annotations assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
PointToScreen Method
See Also 
Leadtools.Annotations Namespace > IAnnAutomationControl Interface : PointToScreen Method



point
The source point in client coordinates.

The PointToScreen Method is available in LEADTOOLS Document and Medical Imaging toolkits.

point
The source point in client coordinates.
A method that will be called when the automation needs to transform a point from client to screen bcoordinates.

Syntax

Visual Basic (Declaration) 
Function PointToScreen( _
   ByVal point As Point _
) As Point
Visual Basic (Usage)Copy Code
Dim instance As IAnnAutomationControl
Dim point As Point
Dim value As Point
 
value = instance.PointToScreen(point)
C# 
Point PointToScreen( 
   Point point
)
C++/CLI 
Point PointToScreen( 
   Point point
) 

Parameters

point
The source point in client coordinates.

Return Value

The result point in screen coordinates.

Example

For an example, refer to IAnnAutomationControl.

Remarks

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).

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Annotations requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features