NSDraggingSource_Extensions.DraggedImageEndedAtDeposited Method

Definition

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 1, ObjCRuntime.PlatformArchitecture.All, "Use DraggedImageEndedAtOperation instead.")]
public static void DraggedImageEndedAtDeposited (this AppKit.INSDraggingSource This, AppKit.NSImage image, CoreGraphics.CGPoint screenPoint, bool deposited);
static member DraggedImageEndedAtDeposited : AppKit.INSDraggingSource * AppKit.NSImage * CoreGraphics.CGPoint * bool -> unit

Parameters

image
NSImage
screenPoint
CGPoint
deposited
Boolean
Attributes

Applies to