'DeclarationPublic Function PointToScreen( _ ByVal point As System.Windows.Point _ ) As System.Windows.Point
'UsageDim instance As NChartControl 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