Prev Next
SOLOGPEN
Contains information that defines a logical pen for use with vector graphics
output. For a complete definition of the members, see the LOGPEN
structure.
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
structure is used, and the y member is ignored.
-
loColor
-
Color of the brush. This member can be an RGB or palette-relative value. To
set this member, use the SORGB or SOPALETTERGB
macro.