←Select platform

onLayout Method

Summary

Measures the ImageViewer and its content to determine the measured size.

Syntax

C#
VB
Java
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) 

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

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly (WinRT / WPF / iOS / OS X / Android)