←Select platform

PreImagePaint Event

Summary

Occurs before immediately before the RasterImageViewer does any painting.

Syntax

C#
VB
C++
public event PaintEventHandler PreImagePaint 
  
Public Event PreImagePaint As PaintEventHandler 
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms Assembly