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.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static FArea GetArcBoundingBox(
	FPoint center,
	FPoint start,
	FPoint end,
	ArcDirectionEnum winding
)

Parameters

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.

Return Value

FArea
Reference to the bounding box occupied by the specified arc, if legitimate values were presented. Otherwise, a empty rectangle.

See Also