UIPopoverController.PresentFromRect Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("presentPopoverFromRect:inView:permittedArrowDirections:animated:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void PresentFromRect(CoreGraphics.CGRect rect, UIKit.UIView view, UIKit.UIPopoverArrowDirection arrowDirections, bool animated);
[<Foundation.Export("presentPopoverFromRect:inView:permittedArrowDirections:animated:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member PresentFromRect : CoreGraphics.CGRect * UIKit.UIView * UIKit.UIPopoverArrowDirection * bool -> unit
override this.PresentFromRect : CoreGraphics.CGRect * UIKit.UIView * UIKit.UIPopoverArrowDirection * bool -> unit
Parameters
- rect
- CGRect
- view
- UIView
- arrowDirections
- UIPopoverArrowDirection
- animated
- Boolean
- Attributes