Dear all,
I want to use the DiagramStudio as Drawing editor, and each single special Block that
was created should be able to be drawn into another Bitmap (or Graphics32 TBitmap32 ideally).
The position and size should be able to scaled freely.
Is that possible with simple, existing methods already available in the component, or do I need to delve deeper into
DS sourcecode ?
Probably a solution could be to export the whole image, and then to crop the desired position of the selected element only, but it should be possible a little more defined too.
Maybe something like SelectedBlock.DrawMyselfToBitmap(bmp, X, Y, W, H). ?
Best regards
Rolf