NSView.DragImage 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("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