'宣言 Public Function PointFromScreen( _ ByVal point As System.Windows.Point _ ) As System.Windows.Point
'使用法 Dim instance As C1FlexViewer 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 )
パラメータ
- point