PatternBrush from a section of an Image
Posted: Sat Jun 12, 2004 5:23 am
I need help with this problem...
I'm not sure how I would go about using a specified section of an Image as a PaternBrush...
Here's how I use the entire image:
But say I wanted to use (10,10)-(25,25) of BackGround.bmp
I can't figure it oot
And don't paste that RTFM gif at me!
I'm not sure how I would go about using a specified section of an Image as a PaternBrush...
Here's how I use the entire image:
Code: Select all
ImgNum=LoadImage(#PB_Any,"BackGround.bmp")
Brush=CreatePatternBrush_(ImageID())I can't figure it oot
And don't paste that RTFM gif at me!
