バージョン

AngularToCartesianReverse(PointF,PointF,Double,Boolean) メソッド

特定の中心と半径の円に存在する、特定の点の角度を返します。
シンタックス
'宣言
 
Public Overloads Shared Function AngularToCartesianReverse( _
   ByVal point As PointF, _
   ByVal center As PointF, _
   ByVal radius As Double, _
   ByVal invertPerpendicular As Boolean _
) As Double
public static double AngularToCartesianReverse( 
   PointF point,
   PointF center,
   double radius,
   bool invertPerpendicular
)

パラメータ

point
角度を求める点。
center
点が円周に存在する円の中央。
radius
点が円周に存在する円の半径。
invertPerpendicular
X/Y または Y/X を使用する結果を反転するかどうか。

戻り値の型

角度。
参照