←Select platform

onSizeChanged Method (ImageViewer)

Summary

Occurs when the ImageViewer size is changed.

Syntax

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

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

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)