|
About Brushes
There are two types of brushes: logical and physical. A logical brush is a description of the ideal bitmap that an application would use to paint
shapes. A physical brush is the actual bitmap that a device driver creates based on an application's
logical-brush definition. For more information about bitmaps, see Bitmaps.
When an application calls one of the functions that create a brush, it
retrieves a handle that identifies a logical brush. When the application passes this
handle to the SelectObject function, the device driver for the corresponding display or printer creates
the physical brush.
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
|