'宣言 Public Function PointToData( _ ByVal screenPoint As System.Windows.Point _ ) As System.Nullable(Of Point3D)
public System.Nullable<Point3D> PointToData( System.Windows.Point screenPoint )
パラメータ
- screenPoint
戻り値の型
データ座標の 3D ポイント。
'宣言 Public Function PointToData( _ ByVal screenPoint As System.Windows.Point _ ) As System.Nullable(Of Point3D)
public System.Nullable<Point3D> PointToData( System.Windows.Point screenPoint )