Draw image into shape?
问题 I've made an user control that can be used as a circle/square/triangle shape, the control can draw a border (outer) and fill what its inside that border (inner) To understand it: The border is the black, and the inner is the red. Well, now I would like to add a feature in my control to fill the inner of the shape using an image. but when I try to fill only that space using an image, the outside area of the shape is also drawn: I'm not any expert using GDI+, how I can fix this? I need to do