CircleGetQuadrantCrossings(Single, Single, ArcDirectionEnum) Method
Return an array containing the ordinal quadrant crossings of the
quadrants occupied by the specified arc.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static int[] GetQuadrantCrossings(
float startAngle,
float endAngle,
ArcDirectionEnum windingDirection
)
Public Shared Function GetQuadrantCrossings (
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 quadrants crossed out of 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.