Share via


NSCollectionViewDelegate.GetDraggingImage Method

Definition

[Foundation.Export("collectionView:draggingImageForItemsAtIndexPaths:withEvent:offset:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AppKit.NSImage GetDraggingImage(AppKit.NSCollectionView collectionView, Foundation.NSSet indexPaths, AppKit.NSEvent theEvent, ref CoreGraphics.CGPoint dragImageOffset);
[<Foundation.Export("collectionView:draggingImageForItemsAtIndexPaths:withEvent:offset:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetDraggingImage : AppKit.NSCollectionView * Foundation.NSSet * AppKit.NSEvent * CGPoint -> AppKit.NSImage
override this.GetDraggingImage : AppKit.NSCollectionView * Foundation.NSSet * AppKit.NSEvent * CGPoint -> AppKit.NSImage

Parameters

collectionView
NSCollectionView
indexPaths
NSSet
theEvent
NSEvent
dragImageOffset
CGPoint

Returns

Implements

Attributes

Applies to