Share via


INSSharingServiceDelegate.CreateAnchoringView Method

Definition

[Foundation.Export("anchoringViewForSharingService:showRelativeToRect:preferredEdge:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AppKit.NSView? CreateAnchoringView(AppKit.NSSharingService sharingService, ref CoreGraphics.CGRect positioningRect, ref AppKit.NSRectEdge preferredEdge);
[<Foundation.Export("anchoringViewForSharingService:showRelativeToRect:preferredEdge:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CreateAnchoringView : AppKit.NSSharingService * CGRect * NSRectEdge -> AppKit.NSView
override this.CreateAnchoringView : AppKit.NSSharingService * CGRect * NSRectEdge -> AppKit.NSView

Parameters

sharingService
NSSharingService
positioningRect
CGRect
preferredEdge
NSRectEdge

Returns

Attributes

Applies to