PenSetWidthΒΆ

PenSetWidth sets the line width of a pen object.

bool = PenSetWidth(hPen, nWidth)

Return Value

If the function succeeds, the return value bool is TRUE (1); otherwise it is FALSE (0).

Parameters

hPen

Identifies the pen.

nWidth

nWidth is the width of the pen in 0.1 mm.

id-2105025