BezierGetCubicBoundingBox Method
Return the bounding box area for the supplied cubic Bezier curve.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static FArea GetCubicBoundingBox(
FPoint p0,
FPoint p1,
FPoint p2,
FPoint p3,
int sampleCount
)
Public Shared Function GetCubicBoundingBox (
p0 As FPoint,
p1 As FPoint,
p2 As FPoint,
p3 As FPoint,
sampleCount As Integer
) As FArea
No code example is currently available or this language may not be supported.
- p0 FPoint
-
The starting point.
- p1 FPoint
-
Control point 1.
- p2 FPoint
-
Control point 2.
- p3 FPoint
-
The ending point.
- sampleCount Int32
-
Count of samples to take when generating the discrete curve edge.
FArea
Reference to the bounding box area of the provided cubic Bezier
curve, if legitimate. Otherwise, an empty rectangle.