NSView.DragImage Method

Definition

[Foundation.Export("dragImage:at:offset:event:pasteboard:source:slideBack:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 7, ObjCRuntime.PlatformArchitecture.All, "Use BeginDraggingSession instead.")]
public virtual void DragImage (AppKit.NSImage anImage, CoreGraphics.CGPoint viewLocation, CoreGraphics.CGSize initialOffset, AppKit.NSEvent theEvent, AppKit.NSPasteboard pboard, Foundation.NSObject sourceObj, bool slideFlag);
abstract member DragImage : AppKit.NSImage * CoreGraphics.CGPoint * CoreGraphics.CGSize * AppKit.NSEvent * AppKit.NSPasteboard * Foundation.NSObject * bool -> unit
override this.DragImage : AppKit.NSImage * CoreGraphics.CGPoint * CoreGraphics.CGSize * AppKit.NSEvent * AppKit.NSPasteboard * Foundation.NSObject * bool -> unit

Parameters

anImage
NSImage
viewLocation
CGPoint
initialOffset
CGSize
theEvent
NSEvent
pboard
NSPasteboard
sourceObj
NSObject
slideFlag
Boolean
Attributes

Applies to