Hi,
Is it possible to place more than one text in an image, in different positions, with font and font size?
Can I rotate the text around its own center by different degrees?
[attachment id=0 msg=1209]
Hello,
The control currently only natively supports a single label, however if you create a control that inherits from ImageBox you could call the built in DrawLabel method yourself. See https://github.com/cyotek/Cyotek.Windows.Forms.ImageBox/issues/28 for a quick overview of different options, I don't have a demonstration sample available.
Regards;
Richard Moss
Thank you Richard.