ComponentOne Chart3D for WPF and Silverlight
PointFromScreen Method (Chart3DView)


C1.WPF.C1Chart3D Namespace > Chart3DView Class : PointFromScreen Method
Syntax
'Declaration
 
Public Function PointFromScreen( _
   ByVal point As System.Windows.Point _
) As System.Windows.Point
'Usage
 
Dim instance As Chart3DView
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

Chart3DView Class
Chart3DView Members