|
Geometric Pens
The dimensions of a geometric pen are specified in logical units. Therefore,
lines drawn with a geometric pen can be scaled that is, they may appear wider or narrower, depending on the current world
transformation. For more information about the world transformation, see Coordinate Spaces and Transformations.
In addition to the three attributes shared with cosmetic pens (width, style,
and color), geometric pens possess the following four attributes: pattern,
optional hatch, end style, and join style. For more information about these
attributes, see Pen Attributes.
To create a geometric pen, an application uses the ExtCreatePen function. As with cosmetic pens, the SelectObject function selects a geometric pen into the application's DC.
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
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
|