clsCommonWrapper.CreateColorPen FunctionCreates a GDI pen using a specified colorSyntax
Public Function CreateColorPen (ByVal nPenStyle As Long, _
ByVal nWidth As Long, _ ByVal lColor As Long) As Long Parameters
Remarks
You must release the object with the [DeleteObject] function when the created pen is useless
|