OnPaintImage Method

Summary

Occurs when the Image for the Magnifying Glass is redrawn.

Syntax

C#
C++/CLI
C++
protected virtual void OnPaintImage( 
   Graphics graphics, 
   Point centerPoint 
) 
protected: 
virtual void OnPaintImage(  
   Graphics^ graphics, 
   Point centerPoint 
)  
protected:  
   virtual void OnPaintImage( 
      Graphics^ graphics, 
      Point^ centerPoint 
   ) 

Parameters

graphics
The Graphics object used to paint.

centerPoint
The center point of the Magnifying Glass rectangle

Remarks

You can override this method in order to perform your own painting for the Magnifying Glass. Call the base class implementation for the default behavior.

Requirements

Target Platforms

See Also

Reference

RasterMagnifyGlass Class

RasterMagnifyGlass 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.