|
-
Aug 16th, 2001, 05:02 PM
#1
Thread Starter
Member
pattern brush
Anyone know how to create a 4x4 (pixels) bitmap that consists of the system colors in the following format
line 1, pixel 1: COLOR_BTNHIGHLIGHT
line 1, pixel 2: COLOR_BTNSHADOW
line 2, pixel 1: COLOR_BTNSHADOW
line 2, pixel 2: COLOR_BTNHIGHLIGHT
I need to create the bitmap so that I can use it in a pattern brush
I've tried CreateBitmap and CreateBitmapIndirect and, although I can create a brush, it never comes out correctly.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|