Events / ZoomEventArgs
ZoomEventArgs Class
Section titled “ZoomEventArgs Class”Namespace: Nodify.Events
Assembly: Nodify
Inheritance: Object → EventArgs → RoutedEventArgs → ZoomEventArgs
References: Minimap, ZoomEventHandler
Provides data for Minimap.Zoom routed event.
public class ZoomEventArgs : RoutedEventArgs
Constructors
Section titled “Constructors”ZoomEventArgs(Double, Point)
Section titled “ZoomEventArgs(Double, Point)”Initializes a new instance of the ZoomEventArgs class using the specified ZoomEventArgs.Zoom and ZoomEventArgs.Location.
public ZoomEventArgs(double zoom, Point location);
Parameters
zoom
Double
location
Point
Properties
Section titled “Properties”Location
Section titled “Location”Gets the location where the editor should zoom in.
public Point Location { get; set; }
Property Value
Gets the zoom amount.
public double Zoom { get; set; }
Property Value
Methods
Section titled “Methods”InvokeEventHandler(Delegate, Object)
Section titled “InvokeEventHandler(Delegate, Object)”protected override void InvokeEventHandler(Delegate genericHandler, object genericTarget);
Parameters
genericHandler
Delegate
genericTarget
Object