(Leadtools.Controls)

onSizeChanged Method (ImageViewer)

Show in webframe





The new width.
The new height.
The old width.
The new height.
Occurs when the ImageViewer size is changed.
Syntax
protected void onSizeChanged( 
   int w,
   int h,
   int oldw,
   int oldh
)
Protected Sub onSizeChanged( _
   ByVal w As Integer, _
   ByVal h As Integer, _
   ByVal oldw As Integer, _
   ByVal oldh As Integer _
) 
protected void onSizeChanged( 
   int w,
   int h,
   int oldw,
   int oldh
)

            
protected void onSizeChanged(int w, int h, int oldw, int oldh)
 function Leadtools.Controls.ImageViewer.onSizeChanged( 
   w ,
   h ,
   oldw ,
   oldh 
)

Parameters

w
The new width.
h
The new height.
oldw
The old width.
oldh
The new height.
Remarks

Note to Inheritors: When overriding onSizeChange in a derived class, be sure to call the base class's onSizeChange method so that registered delegates receive the event.

Requirements

Target Platforms

See Also

Reference

ImageViewer Class
ImageViewer Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.