MonobjcMonobjc Documented Class Library
DraggedImageBeganAt Method (anImage, aPoint)
NamespacesMonobjc.AppKitINSDraggingSourceDraggedImageBeganAt(NSImage, NSPoint)

Gives the source object an opportunity to respond to the initiation of a dragging session.

Original signature is '- (void)draggedImage:(NSImage *)anImage beganAt:(NSPoint)aPoint'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
void DraggedImageBeganAt(
	NSImage anImage,
	NSPoint aPoint
)
Sub DraggedImageBeganAt ( _
	anImage As NSImage, _
	aPoint As NSPoint _
)
void DraggedImageBeganAt(
	NSImage^ anImage, 
	NSPoint aPoint
)
Parameters
anImage (NSImage)
The image of the dragged item.
aPoint (NSPoint)
The origin 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)