バージョン

GetAngleIntersectionRange メソッド

円とワールド矩形の最小および最大交差角度を取得します。
シンタックス
'宣言
 
Public Shared Sub GetAngleIntersectionRange( _
   ByVal worldRect As Rect, _
   ByVal radius As Double, _
   ByVal vCenterPoint As Point, _
   ByRef min As Double, _
   ByRef max As Double _
) 
public static void GetAngleIntersectionRange( 
   Rect worldRect,
   double radius,
   Point vCenterPoint,
   out double min,
   out double max
)

パラメータ

worldRect
ワールド矩形。
radius
円の半径。
vCenterPoint
円の中心。
min
最小角度。
max
最大角度。
参照