Table of Contents

TUIPen.CreateNew Method

Overloads

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.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