(Leadtools.Controls)

onLayout Method

Show in webframe





A boolean value that indicates if size or position of the ImageViewer has changed.
The left position.
The top position.
The right position.
The bottom position.
Measures the ImageViewer and its content to determine the measured size.
Syntax
protected void onLayout( 
   boolean changed,
   int left,
   int top,
   int right,
   int bottom
)
Protected Sub onLayout( _
   ByVal changed As boolean, _
   ByVal left As Integer, _
   ByVal top As Integer, _
   ByVal right As Integer, _
   ByVal bottom As Integer _
) 
protected void onLayout( 
   boolean changed,
   int left,
   int top,
   int right,
   int bottom
)

            
protected void onLayout(boolean changed, int left, int top, int right, int bottom)
 function Leadtools.Controls.ImageViewer.onLayout( 
   changed ,
   left ,
   top ,
   right ,
   bottom 
)

Parameters

changed
A boolean value that indicates if size or position of the ImageViewer has changed.
left
The left position.
top
The top position.
right
The right position.
bottom
The bottom position.
Remarks

Note to Inheritors: When overriding onLayout in a derived class, be sure to call the base class's onLayout method.

Requirements

Target Platforms

See Also

Reference

ImageViewer Class
ImageViewer Members

 

 


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