Error processing SSI file
LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

Show in webframe

OnPaint Method (RasterPictureBox)






A System.Windows.Forms.PaintEventArgs that contains the event data.
Overrides Control.OnPaint.
Syntax
protected override void OnPaint( 
   PaintEventArgs e
)
'Declaration
 
Protected Overrides Sub OnPaint( _
   ByVal e As PaintEventArgs _
) 
'Usage
 
Dim instance As RasterPictureBox
Dim e As PaintEventArgs
 
instance.OnPaint(e)

            

            
protected:
void OnPaint( 
   PaintEventArgs^ e
) override 

Parameters

e
A System.Windows.Forms.PaintEventArgs that contains the event data.
Requirements

Target Platforms

See Also

Reference

RasterPictureBox Class
RasterPictureBox Members

Error processing SSI file