Edit

Pen.Pen constructors

This topic lists the constructors of the Pen class. For a complete class listing, see Pen Class.

Overload list

Constructor Description
Pen(Brush*,REAL) Creates a Pen object that uses the attributes of a brush and a real number to set the width of this Pen object.
Pen(Color&,REAL) Creates a Pen object that uses a specified color and width.