Skip to main content
All docs
V26.1
  • BezierGraphicsPathSegment(Single, Single, Single, Single, Single, Single) 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(
        float firstControlPointX,
        float firstControlPointY,
        float secondControlPointX,
        float secondControlPointY,
        float endPointX,
        float endPointY
    )

    Parameters

    Name Type
    firstControlPointX Single
    firstControlPointY Single
    secondControlPointX Single
    secondControlPointY Single
    endPointX Single
    endPointY Single
    See Also