Share via


UIPopoverControllerRepositionEventArgs(CGRect, UIView) Constructor

Definition

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

public UIPopoverControllerRepositionEventArgs(CoreGraphics.CGRect rect, UIKit.UIView view);
new UIKit.UIPopoverControllerRepositionEventArgs : CoreGraphics.CGRect * UIKit.UIView -> UIKit.UIPopoverControllerRepositionEventArgs

Parameters

rect
CGRect

The value for the Rect property.

view
UIView

The value for the View property.

Applies to