NSTableView.DragImageForRowsWithIndexestableColumnseventoffset 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("dragImageForRowsWithIndexes:tableColumns:event:offset:")]
public virtual AppKit.NSImage DragImageForRowsWithIndexestableColumnseventoffset (Foundation.NSIndexSet dragRows, AppKit.NSTableColumn[] tableColumns, AppKit.NSEvent dragEvent, ref CoreGraphics.CGPoint dragImageOffset);
abstract member DragImageForRowsWithIndexestableColumnseventoffset : Foundation.NSIndexSet * AppKit.NSTableColumn[] * AppKit.NSEvent * -> AppKit.NSImage
override this.DragImageForRowsWithIndexestableColumnseventoffset : Foundation.NSIndexSet * AppKit.NSTableColumn[] * AppKit.NSEvent * -> AppKit.NSImage
Parameters
- dragRows
- NSIndexSet
- tableColumns
- NSTableColumn[]
- dragEvent
- NSEvent
- dragImageOffset
- CGPoint
Returns
- Attributes