Partager via


UIPopoverPresentationControllerDelegate_Extensions.WillRepositionPopover Méthode

Définition

Surcharges

WillRepositionPopover(IUIPopoverPresentationControllerDelegate, UIPopoverPresentationController, CGRect, UIView)
Obsolète.
WillRepositionPopover(IUIPopoverPresentationControllerDelegate, UIPopoverPresentationController, CGRect, UIView)

WillRepositionPopover(IUIPopoverPresentationControllerDelegate, UIPopoverPresentationController, CGRect, UIView)

Attention

Use the overload with 'ref' parameters for 'targetRect' and 'inView'.

[System.Obsolete("Use the overload with 'ref' parameters for 'targetRect' and 'inView'.")]
public static void WillRepositionPopover (UIKit.IUIPopoverPresentationControllerDelegate This, UIKit.UIPopoverPresentationController popoverPresentationController, CoreGraphics.CGRect targetRect, UIKit.UIView inView);
static member WillRepositionPopover : UIKit.IUIPopoverPresentationControllerDelegate * UIKit.UIPopoverPresentationController * CoreGraphics.CGRect * UIKit.UIView -> unit

Paramètres

popoverPresentationController
UIPopoverPresentationController
targetRect
CGRect
inView
UIView
Attributs

S’applique à

WillRepositionPopover(IUIPopoverPresentationControllerDelegate, UIPopoverPresentationController, CGRect, UIView)

public static void WillRepositionPopover (this UIKit.IUIPopoverPresentationControllerDelegate This, UIKit.UIPopoverPresentationController popoverPresentationController, ref CoreGraphics.CGRect targetRect, ref UIKit.UIView inView);
static member WillRepositionPopover : UIKit.IUIPopoverPresentationControllerDelegate * UIKit.UIPopoverPresentationController *  *  -> unit

Paramètres

This
IUIPopoverPresentationControllerDelegate

Instance sur laquelle cette méthode d’extension fonctionne.

popoverPresentationController
UIPopoverPresentationController
targetRect
CGRect
inView
UIView

S’applique à