Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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(
GpPen *nativePenArg,
Status status
);
Parameters
nativePenArg
status
Return value
None
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | gdipluspen.h |