DisplayZoomEventArgs Class

CVB.Net Documentation
Event arguments for all display zoom related events.
Inheritance Hierarchy

SystemObject
  SystemEventArgs
    System.WindowsRoutedEventArgs
      Stemmer.Cvb.Wpf.ControlsDisplayZoomEventArgs

Namespace:  Stemmer.Cvb.Wpf.Controls
Assembly:  Stemmer.Cvb.Wpf (in Stemmer.Cvb.Wpf.dll) Version: 14.0.0.0
Syntax

public class DisplayZoomEventArgs : RoutedEventArgs

The DisplayZoomEventArgs type exposes the following members.

Constructors

  NameDescription
Public methodDisplayZoomEventArgs
Creates a new instance of the DisplayZoomEventArgs class using the given routedEvent identifier and event source. I also takes the zoomFactor at the point in time the arguments are created.
Top
Properties

  NameDescription
Public propertyHandled
Gets or sets a value that indicates the present state of the event handling for a routed event as it travels the route.
(Inherited from RoutedEventArgs.)
Public propertyOriginalSource
Gets the original reporting source as determined by pure hit testing, before any possible Source adjustment by a parent class.
(Inherited from RoutedEventArgs.)
Public propertyRoutedEvent
Gets or sets the RoutedEvent associated with this RoutedEventArgs instance.
(Inherited from RoutedEventArgs.)
Public propertySource
Gets or sets a reference to the object that raised the event.
(Inherited from RoutedEventArgs.)
Public propertyZoomCenter
Gets the zoom center in bitmap source pixel coordinates associated with the event.
Public propertyZoomFactor
Gets the zoom factor associated with the event.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodInvokeEventHandler
When overridden in a derived class, provides a way to invoke event handlers in a type-specific way, which can increase efficiency over the base implementation.
(Inherited from RoutedEventArgs.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnSetSource
When overridden in a derived class, provides a notification callback entry point whenever the value of the Source property of an instance changes.
(Inherited from RoutedEventArgs.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference