C# Class SIL.FieldWorks.Common.Framework.ZoomPercentageChangedEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Méthodes publiques

Свойство Type Description
NewZoomFactor System.Drawing.SizeF
OldZoomFactor System.Drawing.SizeF

Méthodes publiques

Méthode Description
ZoomPercentageChangedEventArgs ( SizeF oldZoomFactor, SizeF newZoomFactor ) : System

Initializes a new instance of the T:ZoomPercentageChangedEventArgs class.

Method Details

ZoomPercentageChangedEventArgs() public méthode

Initializes a new instance of the T:ZoomPercentageChangedEventArgs class.
public ZoomPercentageChangedEventArgs ( SizeF oldZoomFactor, SizeF newZoomFactor ) : System
oldZoomFactor System.Drawing.SizeF The previous zoom factor.
newZoomFactor System.Drawing.SizeF The new zoom factor.
Résultat System

Property Details

NewZoomFactor public_oe property

Gets the new zoom factor
public SizeF,System.Drawing NewZoomFactor
Résultat System.Drawing.SizeF

OldZoomFactor public_oe property

Gets the previous zoom factor
public SizeF,System.Drawing OldZoomFactor
Résultat System.Drawing.SizeF