Pen::Pen(constPen&) method (gdipluspen.h)
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. |
Syntax
void Pen(
const Pen & unnamedParam1
);
Parameters
unnamedParam1
Return value
None
Requirements
| Target Platform | Windows |
| Header | gdipluspen.h |