Search Results for

    Show / Hide Table of Contents

    TUIPen.CreateNew Method

    Overloads

    • TUIPen.CreateNew(TUIColor)
    • TUIPen.CreateNew(TUIColor, Double)

    TUIPen.CreateNew(TUIColor)

    Creates a new pen with a given color and a width of 1.

    Syntax

    Unit: FlexCel.Core

    class function TUIPen.CreateNew(const aColor: TUIColor): TUIPen; static; overload;

    Parameters

    <-> Parameter Type Description
    const aColor TUIColor Color of the pen.

    See also

    • TUIPen

    TUIPen.CreateNew(TUIColor, Double)

    Creates a new pen with a given color and width.

    Syntax

    Unit: FlexCel.Core

    class function TUIPen.CreateNew(const aColor: TUIColor; const aWidth: Double): TUIPen; static; overload;

    Parameters

    <-> Parameter Type Description
    const aColor TUIColor Color for the pen.
    const aWidth Double Width of the pen.

    See also

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