ComponentOne Basic Library for WPF and Silverlight
PointFromScreen Method (C1TabControl)


C1.WPF Namespace > C1TabControl Class : PointFromScreen Method
Syntax
'Declaration
 
Public Function PointFromScreen( _
   ByVal point As System.Windows.Point _
) As System.Windows.Point
'Usage
 
Dim instance As C1TabControl
Dim point As System.Windows.Point
Dim value As System.Windows.Point
 
value = instance.PointFromScreen(point)
public System.Windows.Point PointFromScreen( 
   System.Windows.Point point
)

Parameters

point
See Also

Reference

C1TabControl Class
C1TabControl Members