CODLineProperties::CreatePen

CPen* CODLineProperties::CreatePen(CDC* pDC = NULL)

Creates a CPen object based on the current settings.

Defined in: OdLineProp.cpp

Return Value

A pointer the the new pen. The caller is responsible for cleaning up this object.

Parameters

pDC

A pointer to the device context this line will be used in.