NSView.DragImage Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
[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
Parameter
- anImage
- NSImage
- viewLocation
- CGPoint
- initialOffset
- CGSize
- theEvent
- NSEvent
- pboard
- NSPasteboard
- sourceObj
- NSObject
- slideFlag
- Boolean
- Attribute