Skip to main content
All docs
V26.1
  • BezierGraphicsPathSegment(PointF, PointF, PointF) Constructor

    Initializes a new instance of the BezierGraphicsPathSegment class with specified settings.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public BezierGraphicsPathSegment(
        PointF firstControlPoint,
        PointF secondControlPoint,
        PointF endPoint
    )

    Parameters

    Name Type Description
    firstControlPoint PointF

    The first control point of the Bezier curve.

    secondControlPoint PointF

    The second control point of the Bezier curve.

    endPoint PointF

    The end point of the Bezier curve.

    See Also