C#
VB
C++
Occurs after painting the Image and the FloaterImage. Any additional painting should be done in this event.
public event PaintEventHandler PostImagePaint
Public Event PostImagePaint As PaintEventHandler
public:
event PaintEventHandler^ PostImagePaint
The event handler receives an argument of type PaintEventArgs containing data related to this event. The following PaintEventArgs properties provide information specific to this event.
Property | Description |
---|---|
ClipRectangle | Gets the rectangle in which to paint. |
Graphics | Gets the graphics used to paint. |
Refer to RedirectPaint.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET