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



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

Syntax

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

Parameters

e
For more information, refer to OnPaintBackground.

Remarks

For more information, refer to OnPaintBackground.

Requirements

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

See Also