PreImagePaint Event

Summary

Occurs before immediately before the RasterImageViewer does any painting.

Syntax

C#
C++/CLI
C++
public event PaintEventHandler PreImagePaint 
public: 
event PaintEventHandler^ PreImagePaint 
public:  
   event PaintEventHandler^ PreImagePaint 

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.

Requirements

Target Platforms

See Also

Reference

RasterImageViewer Class

RasterImageViewer Members

Help Version 22.0.2023.2.9
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.