NSViewController.Present 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("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
- behavior
- NSPopoverBehavior
- hasFullSizeContent
- Byte
- Attributes