LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

PointToClient Method






The source point in screen coordinates.
A method that will be called when the automation needs to transform a point from screen to client coordinates.
Syntax
Point PointToClient( 
   Point point
)
'Declaration
 
Function PointToClient( _
   ByVal point As Point _
) As Point
'Usage
 
Dim instance As IAnnAutomationControl
Dim point As Point
Dim value As Point
 
value = instance.PointToClient(point)
Point PointToClient( 
   Point point
)
function Leadtools.Annotations.IAnnAutomationControl.PointToClient( 
   point 
)
Point PointToClient( 
   Point point
) 

Parameters

point
The source point in screen coordinates.

Return Value

The result point in client coordinates.
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.PointToClient will be used).

Example
For an example, refer to IAnnAutomationControl.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IAnnAutomationControl Interface
IAnnAutomationControl Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.