CGDIPen::CGDIPen

CGDIPen::CGDIPen(intnPenStyle, intnWidth, COLORREFcr)

Creation constructor. Takes the parameters necessary to create a GDI pen object and attaches it to the new instance.

Defined in: GDIObjects.h

Parameters

nPenStyle

Pen style.

nWidth

Pen width.

cr

Pen color.

Comments

For more information on the parameters, see your Windows PlatformSDK documentation.