SOLOGPEN
Contains
information that defines a logical pen for use with vector graphics output. For
a complete definition of the members, see the LOGPEN
typedef struct SOLOGPENtag {
INT
loPenStyle; // see below
SOPOINT
loWidth; // see below
SOCOLORREF
loColor; // see below
} SOLOGPEN, VWPTR *PSOLOGPEN;
Memebers
loPenStyle
Pen Style.
This member can be the SOPS_SOLID, SOPS_DASH, SOPS_DOT, SOPS_DASHDOT,
SOPS_DASHDOTDOT, SOPS_NULL, or SOPS_INSIDEFRAME value.
loWidth
Width, in
logical units, of the pen. The x member in the POINT
loColor
Color of the
brush. This member can be an RGB or palette-relative value. To set this member,
use the SORGB