[]
Initializes an instance of the ZoomChangedEventArgs class and sets the Zoom property value.
public ZoomChangedEventArgs(double zoom)
Type | Name | Description |
---|---|---|
double | zoom | Specifies the new zoom value. |
Initializes a new instance of the ZoomChangedEventArgs class with a default zoom value of 1.0.
public ZoomChangedEventArgs()