UIMenuController.SetTargetRect(CGRect, UIView) Method

Definition

Sets the position in the above or below which the system displays the menu.

[Foundation.Export("setTargetRect:inView:")]
public virtual void SetTargetRect (CoreGraphics.CGRect rect, UIKit.UIView inView);
abstract member SetTargetRect : CoreGraphics.CGRect * UIKit.UIView -> unit
override this.SetTargetRect : CoreGraphics.CGRect * UIKit.UIView -> unit

Parameters

rect
CGRect
inView
UIView
Attributes

Applies to