Version

GetAngleIntersectionRange Method

Gets the min and max intersection angles of a pie with a world rect
Syntax
'Declaration
 
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
)

Parameters

worldRect
The world rect
radius
The radius of the pie
vCenterPoint
Center of the pie
min
min angle
max
max angle
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also