ZoomingEndedEventArgs Class

Definition

Provides data for the ZoomingEnded event.

public class ZoomingEndedEventArgs : EventArgs
type ZoomingEndedEventArgs = class
    inherit EventArgs
Inheritance
ZoomingEndedEventArgs

Constructors

ZoomingEndedEventArgs(UIView, nfloat)

Initializes a new instance of the ZoomingEndedEventArgs class.

Properties

AtScale

The final scale factor.

WithView

The UIView holding the content that was zoomed.

Applies to

See also