Share via


UIPopoverPresentationControllerRepositionEventArgs(CGRect, UIView) Constructor

Definition

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

public UIPopoverPresentationControllerRepositionEventArgs(CoreGraphics.CGRect targetRect, UIKit.UIView inView);
new UIKit.UIPopoverPresentationControllerRepositionEventArgs : CoreGraphics.CGRect * UIKit.UIView -> UIKit.UIPopoverPresentationControllerRepositionEventArgs

Parameters

targetRect
CGRect

The value for the TargetRect property.

inView
UIView

The value for the InView property.

Applies to