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

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public static PathFragment Rectangle(
        PointF location,
        SizeF size,
        Fill fill = null,
        Outline outline = null
    )

    Parameters

    Name Type
    location PointF
    size SizeF

    Optional Parameters

    Name Type Default
    fill Fill null
    outline Outline null

    Returns

    Type
    PathFragment
    See Also