BezierGetLinearBoundingBox Method
Return the bounding box area for the supplied linear Bezier curve,
aka a straight line.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static FArea GetLinearBoundingBox(
FPoint p0,
FPoint p1
)
Public Shared Function GetLinearBoundingBox (
p0 As FPoint,
p1 As FPoint
) As FArea
No code example is currently available or this language may not be supported.
- p0 FPoint
-
Reference to the starting point.
- p1 FPoint
-
Reference to the ending point.
FArea
Reference to the bounding box area of the provided linear Bezier
curve, if legitimate. Otherwise, an empty rectangle.