win32ui.CreatePen

PyCPen = CreatePen(style, width , color )

Creates a PyCPen object. static*/ PyObject *

Parameters

style : int

The pen style.

width : int

The pen width.

color : long

The pen color.