|
SOTEXTINRECT
Contains information about text for use with vector graphics output.typedef
struct SOTEXTINRECTtag {
SORECT Rect; // see below
WORD wFormat; // see below
INT nTextLength; // see below
} SOTEXTINRECT, VWPTR *PSOTEXTINRECT;
Members
Rect
Rectangle in which text is formatted.
wFormat
Format of the string. This member can be a combination of these values:
SODT_BOTTOM
| SODT_NOPREFIX
| SODT_CALCRECT
| SODT_RIGHT
| SODT_CENTER
| SODT_SINGLELINE
| SODT_EXPANDTABS
| SODT_TABSTOP
| SODT_EXTERNALLEADING
| SODT_TOP
| SODT_LEFT
| SODT_VCENTER
| SODT_NOCLIP
| SODT_WORDBREAK
|
nTextLength
Length of the text string that follows the structure.
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
|