| 
            
              PointBoxOnPaint Method 
             | 
          
        
         
              Raises the Paint event.
            
 
    Namespace: 
   Accord.Controls
    Assembly:
   Accord.Controls.Imaging (in Accord.Controls.Imaging.dll) Version: 3.8.0
Syntaxprotected override void OnPaint(
	PaintEventArgs e
)
Protected Overrides Sub OnPaint ( 
	e As PaintEventArgs
)
 Request Example
		View SourceParameters
- e
 - Type: System.Windows.FormsPaintEventArgs
A PaintEventArgs that contains the event data. 
See Also