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
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