NSSharingServiceDelegate.CreateAnchoringView 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("anchoringViewForSharingService:showRelativeToRect:preferredEdge:")]
public virtual AppKit.NSView CreateAnchoringView (AppKit.NSSharingService sharingService, ref CoreGraphics.CGRect positioningRect, ref AppKit.NSRectEdge preferredEdge);
abstract member CreateAnchoringView : AppKit.NSSharingService * * -> AppKit.NSView
override this.CreateAnchoringView : AppKit.NSSharingService * * -> AppKit.NSView
Parameters
- sharingService
- NSSharingService
- positioningRect
- CGRect
- preferredEdge
- NSRectEdge
Returns
- Attributes