NSView.DragImage Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
[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
Parametri
- anImage
- NSImage
- viewLocation
- CGPoint
- initialOffset
- CGSize
- theEvent
- NSEvent
- pboard
- NSPasteboard
- sourceObj
- NSObject
- slideFlag
- Boolean
- Attributi