CircleGetQuadrantsOccupied(Single, Single, ArcDirectionEnum) Method
            Return an array containing the ordinal quadrant positions of the
            quadrants occupied by the specified arc.
            
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.3011.3729
public static int[] GetQuadrantsOccupied(
	float startAngle,
	float endAngle,
	ArcDirectionEnum windingDirection
)
Public Shared Function GetQuadrantsOccupied ( 
	startAngle As Single,
	endAngle As Single,
	windingDirection As ArcDirectionEnum
) As Integer()
No code example is currently available or this language may not be supported.
- startAngle  Single
- 
            The starting angle, in radians.
            
- endAngle  Single
- 
            The ending angle, in radians.
            
- windingDirection  ArcDirectionEnum
- 
            The winding direction taken by the arc.
            
Int32
            Reference to an array of ordinal quadrant positions occupied by
            the arc, if any where found. Otherwise, an empty array.
            
 
            In this version, quadrant 0 is the area in +X, +Y,
            quadrant 1 is -X, +Y, quadrant 2 is -X, -Y,
            and quadrant 3 is +X, -Y.