Accusoft.ImagXpressSdk Namespace > ImageXView Class : PaintImage Event |
'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
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.
Property | Description |
---|---|
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. |