PenDestroyΒΆ

PenDestroy destroys the given pen and frees any memory the pen occupied.

bool = PenDestroy(hPen)

Return Value

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

Parameters

hPen

Identifies the pen.

id-1444834