バージョン

PointOnEllipse(Double,Rectangle) メソッド

特定の角度の楕円形の円周上の点を返します。
シンタックス
'宣言
 
Public Overloads Shared Function PointOnEllipse( _
   ByVal theta As Double, _
   ByVal ellipseBounds As Rectangle _
) As Point
public static Point PointOnEllipse( 
   double theta,
   Rectangle ellipseBounds
)

パラメータ

theta
円周点を求める、弧度で表される角度。
ellipseBounds
点を求める楕円形の境界線。

戻り値の型

特定の角度の楕円形の円周上の点。
参照