As stated in this post I need to make an image slider with rounded corners. That catch is that there are some rotated and shaded labels over the images and these should have round corners as well. On this sceendump the label corners are not rounded because only the images themselves are rounded.
The solution I found worked best is to simply overlay the whole bunch with a transparent mask as shown below:
Now, this is quite tedious to create and takes a bit trial and error, so how do I create this programmatically?
My guess is that a modified version of CreateRoundRectBitmap should be able to do it.
The solution I found worked best is to simply overlay the whole bunch with a transparent mask as shown below:
Now, this is quite tedious to create and takes a bit trial and error, so how do I create this programmatically?
My guess is that a modified version of CreateRoundRectBitmap should be able to do it.