Search Results for

    Show / Hide Table of Contents

    TPdfWriter.DrawAndFillRectangle Method

    Draws and fills a rectangle specified by a coordinate pair, a width, and a height.

    Syntax

    Unit: FlexCel.Pdf

    procedure TPdfWriter.DrawAndFillRectangle(const aPen: TUIPen; const aBrush: TUIBrush; const x1: Double; const y1: Double; const width: Double; const height: Double);

    Parameters

    <-> Parameter Type Description
    const aPen TUIPen Pen for the line. Might be null.
    const aBrush TUIBrush Brush for the fill. Might be null.
    const x1 Double
    const y1 Double
    const width Double
    const height Double

    See also

    • TPdfWriter
    In This Article
    Back to top FlexCel Studio for VCL and FireMonkey v7.24
    © 2002 - 2025 tmssoftware.com