Spread Windows Forms 6.0 Product Documentation
ZoomEventArgs Constructor
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > ZoomEventArgs Class : ZoomEventArgs Constructor


oldZoomFactor
Old zoom factor
newZoomFactor
New zoom factor

Glossary Item Box

Creates a new object with the Zoom event arguments.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal oldZoomFactor As Single, _
   ByVal newZoomFactor As Single _
)
Visual Basic (Usage)Copy Code
Dim oldZoomFactor As Single
Dim newZoomFactor As Single
 
Dim instance As New ZoomEventArgs(oldZoomFactor, newZoomFactor)
C# 
public ZoomEventArgs( 
   float oldZoomFactor,
   float newZoomFactor
)

Parameters

oldZoomFactor
Old zoom factor
newZoomFactor
New zoom factor

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.