CircleGetQuadrantsOccupied(Single, Single, WindingOrientationEnum, DrawingSpaceEnum) 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,
	WindingOrientationEnum windingDirection,
	DrawingSpaceEnum drawingSpace = DrawingSpaceEnum.Display
)
Public Shared Function GetQuadrantsOccupied ( 
	startAngle As Single,
	endAngle As Single,
	windingDirection As WindingOrientationEnum,
	Optional drawingSpace As DrawingSpaceEnum = DrawingSpaceEnum.Display
) 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  WindingOrientationEnum
- 
            The winding direction taken by the arc.
            
- drawingSpace  DrawingSpaceEnum  (Optional)
- 
            The drawing space for which this request is being prepared.
            Default = Display.
            
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.