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



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

Syntax

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

Parameters

e
For more information, refer to OnPaintBackground.

Remarks

For more information, refer to OnResize.

Requirements

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

See Also