Share via


NSViewController.Present Method

Definition

[Foundation.Export("presentViewController:asPopoverRelativeToRect:ofView:preferredEdge:behavior:hasFullSizeContent:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Present(AppKit.NSViewController viewController, CoreGraphics.CGRect positioningRect, AppKit.NSView positioningView, AppKit.NSRectEdge preferredEdge, AppKit.NSPopoverBehavior behavior, byte hasFullSizeContent);
[<Foundation.Export("presentViewController:asPopoverRelativeToRect:ofView:preferredEdge:behavior:hasFullSizeContent:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Present : AppKit.NSViewController * CoreGraphics.CGRect * AppKit.NSView * AppKit.NSRectEdge * AppKit.NSPopoverBehavior * byte -> unit
override this.Present : AppKit.NSViewController * CoreGraphics.CGRect * AppKit.NSView * AppKit.NSRectEdge * AppKit.NSPopoverBehavior * byte -> unit

Parameters

viewController
NSViewController
positioningRect
CGRect
positioningView
NSView
preferredEdge
NSRectEdge
hasFullSizeContent
Byte
Attributes

Applies to