MonobjcMonobjc Documented Class Library
SlideDraggedImageTo Method (aPoint)
NamespacesMonobjc.AppKitINSDraggingInfoSlideDraggedImageTo(NSPoint)

Slides the image to a specified location.

Original signature is '- (void)slideDraggedImageTo:(NSPoint)aPoint'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
void SlideDraggedImageTo(
	NSPoint aPoint
)
Sub SlideDraggedImageTo ( _
	aPoint As NSPoint _
)
void SlideDraggedImageTo(
	NSPoint aPoint
)
Parameters
aPoint (NSPoint)
A point that specifies a location in the screen coordinate system.
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)