I know you can use CreatePatternBrush to make a bitmap loaded from a file into a pattern that can fill a gdi shape such as an ellipse. I also know that in windows 95 (and 98 although msdn doesnt say so) it will only take the first 8 x 8 pixels if the image is bigger than that.
IS THERE ANY WAy... ANY WAY AT ALL TO BYPASS THIS (at least for 98) AND MAKE IT SO THAT AN IMAGE LARGER THAN 8 x 8 CAN BE USED TO FILL AN ELLIPSE WITH A BITMAP LOADED FROM A FILE????
if not, is there some alternative way to do what i want? (fill in an ellipse with an image loaded from a file)
thank you
IS THERE ANY WAy... ANY WAY AT ALL TO BYPASS THIS (at least for 98) AND MAKE IT SO THAT AN IMAGE LARGER THAN 8 x 8 CAN BE USED TO FILL AN ELLIPSE WITH A BITMAP LOADED FROM A FILE????
if not, is there some alternative way to do what i want? (fill in an ellipse with an image loaded from a file)
thank you