ComponentOne Basic Library for WPF and Silverlight
PointToScreen Method (C1SlideContentControl)


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

Parameters

point
See Also

Reference

C1SlideContentControl Class
C1SlideContentControl Members