The CreateDIBPatternBrushPt function creates a logical brush that has the pattern specified by the device-independent bitmap (DIB).
HBRUSH CreateDIBPatternBrushPt(
CONST VOID *lpPackedDIB, |
// pointer to structure and bitmap bits |
UINT iUsage |
// usage flags |
); |
Windows 95: Creating brushes from bitmaps or DIBs larger than 8x8
pixels is not supported. If a larger bitmap is specified, only a portion of
the bitmap is used.
Value |
Meaning |
DIB_PAL_COLORS |
A color table is provided and consists of an array of 16-bit indices into the logical palette of the device context into which the brush is to be selected. |
DIB_RGB_COLORS |
A color table is provided and contains literal RGB values. |
If the function succeeds, the return value identifies a logical brush.
If the function fails, the return value is NULL. To get extended error information, call GetLastError.
A brush is a bitmap that Windows uses to paint the interiors of filled shapes.
After an application creates a brush by calling CreateDIBPatternBrushPt, it can select that brush into any device context by calling the SelectObject function.
When you no longer need the brush, call the DeleteObject function to delete it.
BITMAPINFO, CreateDIBPatternBrush, CreateHatchBrush, CreatePatternBrush, CreateSolidBrush, DeleteObject, GetBrushOrgEx, SelectObject, SetBrushOrgEx
See:
file: /Techref/os/win/api/win32/func/src/f09.htm, 3KB, , updated: 2001/6/26 10:21, local time: 2024/12/7 23:10,
18.97.14.80:LOG IN
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://www.piclist.com/techref/os/win/api/win32/func/src/f09.htm"> CreateDIBPatternBrushPt</A> |
Did you find what you needed? |
PICList 2024 contributors:
o List host: MIT, Site host massmind.org, Top posters @none found - Page Editors: James Newton, David Cary, and YOU! * Roman Black of Black Robotics donates from sales of Linistep stepper controller kits. * Ashley Roll of Digital Nemesis donates from sales of RCL-1 RS232 to TTL converters. * Monthly Subscribers: Gregg Rew. on-going support is MOST appreciated! * Contributors: Richard Seriani, Sr. |
Welcome to www.piclist.com! |
.