Share via


ZoomingEndedEventArgs(UIView, NFloat) Constructor

Definition

Create a new instance of the ZoomingEndedEventArgs with the specified event data.

public ZoomingEndedEventArgs(UIKit.UIView withView, System.Runtime.InteropServices.NFloat atScale);
new UIKit.ZoomingEndedEventArgs : UIKit.UIView * System.Runtime.InteropServices.NFloat -> UIKit.ZoomingEndedEventArgs

Parameters

withView
UIView

The value for the WithView property.

atScale
NFloat

The value for the AtScale property.

Applies to