Skip to main content
All docs
V26.1
  • LineGraphicsPathSegment(Single, Single) Constructor

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

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public LineGraphicsPathSegment(
        float endPointX,
        float endPointY
    )

    Parameters

    Name Type
    endPointX Single
    endPointY Single
    See Also