SOLOGPENSOLOGPEN*
*Contents  *Index  *Topic Contents
*Previous Topic: SOLOGFONT
*Next Topic: SOPARAINDENTS

SOLOGPEN

Contains information that defines a logical pen for use with vector graphics output.

Syntax

typedef struct SOLOGPENtag {
    INT loPenStyle; 
    SOPOINT loWidth; 
    SOCOLORREF loColor; 
} SOLOGPEN, VWPTR *PSOLOGPEN;

Members

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.

Remarks

For a complete definition of the members, see the LOGPEN structure.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.