Table of Contents

TUIPen.Create Method

Overloads

TUIPen.Create(TUIColor)

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

Syntax

Namespace: FlexCel.Core

public static TUIPen Create(TUIColor aColor)

Parameters

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

See also

TUIPen.Create(TUIColor, Double)

Creates a new pen with a given color and width.

Syntax

Namespace: FlexCel.Core

public static TUIPen Create(TUIColor aColor, Double aWidth)

Parameters

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

See also