Share via


NSView.DragFile(String, CGRect, Boolean, NSEvent) Method

Definition

[Foundation.Export("dragFile:fromRect:slideBack:event:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool DragFile(string filename, CoreGraphics.CGRect aRect, bool slideBack, AppKit.NSEvent theEvent);
[<Foundation.Export("dragFile:fromRect:slideBack:event:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DragFile : string * CoreGraphics.CGRect * bool * AppKit.NSEvent -> bool
override this.DragFile : string * CoreGraphics.CGRect * bool * AppKit.NSEvent -> bool

Parameters

filename
String
aRect
CGRect
slideBack
Boolean
theEvent
NSEvent

Returns

Attributes

Applies to