Contents Index Topic Contents | ||
Previous Topic: SOGROUPINFO Next Topic: SOLOGFONT |
SOLOGBRUSH
Contains information defining a logical brush for use with vector graphics output.
Syntax
typedef struct SOLOGBRUSHtag { WORD lbStyle; SOCOLORREF lbColor; INT lbHatch; } SOLOGBRUSH, VWPTR *PSOLOGBRUSH;Members
- lbStyle
- Brush style. This member can be one of the following values:
SOBS_HATCHED Hatched brush. SOBS_HOLLOW Hollow brush. SOBS_SOLID Solid brush. - lbColor
- Color of the brush. This member can be an RGB or palette-relative value. To set this member, use the SORGB or SOPALETTERGB macro.
- lbHatch
- Hatch style. This member is used only if lbStyle is SO_HATCHED. This member can be one of the following values:
SOHS_BDIAGONAL A 45-degree upward, left-to-right hatch. SOHS_CROSS Horizontal and vertical cross-hatch. SOHS_DIAGCROSS 45-degree cross-hatch. SOHS_FDIAGONAL A 45-degree downward, left-to-right hatch. SOHS_HORIZONTAL Horizontal hatch. SOHS_VERTICAL Vertical hatch. See Also
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.