ImageGear for .NET
AfterDrawEvent Event
See Also  Send Feedback
ImageGear21.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace > ImGearPageView Class : AfterDrawEvent Event




Glossary Item Box

This event is called after default painting has been performed.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Event Data

The event handler receives an argument of type ImGearAfterDrawEventArgs containing data related to this event. The following ImGearAfterDrawEventArgs properties provide information specific to this event.

PropertyDescription
graphics Gets Graphics object used for painting on the ImGearPageView class for which the event was triggered.

Remarks

This event can be used by an application to perform additional painting, such as painting overlaid on top of the image.

See Also

©2013. Accusoft Corporation. All Rights Reserved.