Skip to main content
All docs
V26.1
  • PathFragment.Line(Single, Single, Single, Single, Outline) Method

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public static PathFragment Line(
        float x1,
        float y1,
        float x2,
        float y2,
        Outline outline = null
    )

    Parameters

    Name Type
    x1 Single
    y1 Single
    x2 Single
    y2 Single

    Optional Parameters

    Name Type Default
    outline Outline null

    Returns

    Type
    PathFragment
    See Also