Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

PointToScreen Method






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

            

            
Point PointToScreen( 
   Point point
) 

Parameters

point
The source point in client coordinates.

Return Value

The result point in screen 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.PointToScreen will be used).

Example
For an example, refer to IAnnAutomationControl.
Requirements

Target Platforms

See Also

Reference

IAnnAutomationControl Interface
IAnnAutomationControl Members

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)