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

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public static PathFragment Line(
        PointF p1,
        PointF p2,
        Outline outline = null
    )

    Parameters

    Name Type
    p1 PointF
    p2 PointF

    Optional Parameters

    Name Type Default
    outline Outline null

    Returns

    Type
    PathFragment
    See Also