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.
Developers should not call this deprecated method.
[Foundation.Export("presentPopoverFromRect:inView:permittedArrowDirections:animated:")]
public virtual void PresentFromRect (CoreGraphics.CGRect rect, UIKit.UIView view, UIKit.UIPopoverArrowDirection arrowDirections, bool animated);
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