Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
OnPaint Method
See Also 
Leadtools.WinForms Namespace > RasterImageViewer Class : OnPaint Method



e
For more information, refer to OnPaint.
e
For more information, refer to OnPaint.
Overrides OnPaint.

Syntax

Visual Basic (Declaration) 
Overrides Protected Sub OnPaint( _
   ByVal e As PaintEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As RasterImageViewer
Dim e As PaintEventArgs
 
instance.OnPaint(e)
C# 
protected override void OnPaint( 
   PaintEventArgs e
)
C++/CLI 
protected:
void OnPaint( 
   PaintEventArgs^ e
) override 

Parameters

e
For more information, refer to OnPaint.

Remarks

For more information, refer to OnPaint.

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also