MonobjcMonobjc Documented Class Library
DraggedImageMovedTo Method (draggedImage, screenPoint)
NamespacesMonobjc.AppKitINSDraggingSourceDraggedImageMovedTo(NSImage, NSPoint)

Informs the dragging source when a dragged image moves to a new screen coordinate.

Original signature is '- (void)draggedImage:(NSImage *)draggedImage movedTo:(NSPoint)screenPoint'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
void DraggedImageMovedTo(
	NSImage draggedImage,
	NSPoint screenPoint
)
Sub DraggedImageMovedTo ( _
	draggedImage As NSImage, _
	screenPoint As NSPoint _
)
void DraggedImageMovedTo(
	NSImage^ draggedImage, 
	NSPoint screenPoint
)
Parameters
draggedImage (NSImage)
The dragged image.
screenPoint (NSPoint)
The point specifying the new location of the image in screen coordinates.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)