Hi,
I am looking for a way to create rounded rectangles that are rotated 45 degrees (so a 'rounded diamond' if you want).
At the moment I don't see a simple way to achieve this.
- I could compose it by for drawing 4 lines and, in theory, 4 splines .
But with the constraint for splines that "Please note that the values for the x coordinates have to be in a increasing order.", the ones on the side will have to split in 2 parts as well I suppose.
So that seems to become very complex very quick.
- I could just load an image containing the shape I need (but then I don't have control over the size or color anymore).
At the moment I am going to go for the second one, but is there maybe an option that I am missing ?
The polygones have a rotate function but it does not seem to exist for (rounded) rectangles.
I cant immediately find a way to draw on a rotated view or something.
Sidenote: I am using stemwin, so I don't have access to the latest versions anymore I am afraid.
Regards,
Bram