Event ImageView.Draw (gb.form)

Event Draw ( View As Image )

Raised when the view contents must be drawn.

View is the image that should be displayed.

If that event handler is defined, then the ImageView will not draw the image by itself, and let the event handler do all the job.