|
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.
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|