←Select platform

PostImagePaint Event

Summary

Occurs after painting the Image and the FloaterImage. Any additional painting should be done in this event.

Syntax

C#
VB
C++
public event PaintEventHandler PostImagePaint
Public Event PostImagePaint As PaintEventHandler
public: 
event PaintEventHandler^ PostImagePaint 

Event Data

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.

PropertyDescription
ClipRectangle Gets the rectangle in which to paint.
Graphics Gets the graphics used to paint.
Example

Refer to RedirectPaint.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.WinForms Assembly
Click or drag to resize