バージョン

FindRadialPoint メソッド

ラジアル パラメーターで一定の座標の点を検索します。
シンタックス
'宣言
 
Public Shared Function FindRadialPoint( _
   ByVal center As Point, _
   ByVal angle As Double, _
   ByVal radius As Double _
) As Point
public static Point FindRadialPoint( 
   Point center,
   double angle,
   double radius
)

パラメータ

center
境界上で点を求める円の中心。
angle
点を求める角度。
radius
円の半径。

戻り値の型

所定の中心、半径、指定角度の円の境界上の点。
参照