draw.h - outline pen stylesΒΆ

Outline pen styles for drawing operations

DP_SOLID

A solid line

DP_DASH

A dashed line

DP_DOT

A dotted line

DP_DASHDOT

Alternate dashes and dots

DP_DASHDOTDOT

Dashes alternating with two dots

DP_NULL

No pen

DP_INSIDEFRAME

A sunken line

These values are used by the SetPenType() function to set the line style for pens for drawing figures and lines.


RELATED TOPICS

Drawing operations