Accusoft.ImagXpress13.Net
PaintImage Event




Thrown when the image is painted onto the screen.
Syntax
'Declaration
 
Public Event PaintImage As ImageXView.PaintImageEventHandler
'Usage
 
Dim instance As ImageXView
Dim handler As ImageXView.PaintImageEventHandler
 
AddHandler instance.PaintImage, handler
public event ImageXView.PaintImageEventHandler PaintImage
public: __event ImageXView.PaintImageEventHandler* PaintImage
public:
event ImageXView.PaintImageEventHandler^ PaintImage
Event Data

The event handler receives an argument of type PaintImageEventArgs containing data related to this event. The following PaintImageEventArgs properties provide information specific to this event.

PropertyDescription
Graphics Gets the System.Drawing.Graphics object.
LogicalRectangle Gets the logical rectangle.
UpdateRectangle Gets the update rectangle.
ViewRectangle Gets the view's rectangle.
ZoomFactor Gets the zoom factor.
See Also

Reference

ImageXView Class
ImageXView Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback