CircleGetArcBoundingBox(FPoint, FPoint, FPoint, ArcDirectionEnum) Method
Return a reference to the bounding box for a circular arc being
measured by center point, start point, and end point, with a winding
direction.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static FArea GetArcBoundingBox(
FPoint center,
FPoint start,
FPoint end,
ArcDirectionEnum winding
)
Public Shared Function GetArcBoundingBox (
center As FPoint,
start As FPoint,
end As FPoint,
winding As ArcDirectionEnum
) As FArea
No code example is currently available or this language may not be supported.
- center FPoint
-
Reference to the circle center.
- start FPoint
-
Reference to the start point.
- end FPoint
-
Reference to the end point.
- winding ArcDirectionEnum
-
The winding direction taken to create the arc.
FArea
Reference to the bounding box occupied by the specified arc, if
legitimate values were presented. Otherwise, a empty rectangle.