How to perform custom graphic rendering over the control surface |
|
At runtime you have the possibility to add your own custom graphic rendering over the control surface in two ways:
It's up to you deciding which of these techniques will better fit your needs. Note that you have the possibility to use both of them at the same time but it's important to remember that the function provided through the call to the SetCustomPaintFunction method will be called before the generation of the PaintDone event.
|