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




callback
Method to be called after default painting.

Glossary Item Box

Registers a method to be called after default painting has been performed.

Syntax

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

Parameters

callback
Method to be called after default painting.

Remarks

This method can be used by an application to perform additional painting, such as painting overlaid on top of the image. It is recommended that the AfterDrawEvent event be used instead of this method.

See Also

©2013. Accusoft Corporation. All Rights Reserved.