TImageEnVect.OnAfterDrawObject
Declaration
property OnAfterDrawObject: TIEDrawObjectEvent;
Description
Occurs immediately after an object is painted.
handled parameter is not used.
This event is useful to draw custom objects.
Transition Information
If you are transitioning your code to
TImageEnView Layers, instead of OnAfterDrawObject, use the event:
TImageEnView.OnDrawLayer