Informs the receiver that the user has moved the mouse with the button pressed (Mac OS) or moved their finger while touching the screen (iPhone OS).
Original signature is '- (BOOL)pointingDeviceDraggedEvent:(id)event atPoint:(CGPoint)interactionPoint;'

Declaration Syntax
public virtual bool PointingDeviceDraggedEventAtPoint(
Id event,
CGPoint interactionPoint
)
Public Overridable Function PointingDeviceDraggedEventAtPoint ( _
event As Id, _
interactionPoint As CGPoint _
) As Boolean
public:
virtual bool PointingDeviceDraggedEventAtPoint(
Id^ event,
CGPoint interactionPoint
)

Parameters
- event (Id)
- The OS event.
- interactionPoint (CGPoint)
- The coordinates of the interaction.

Return Value
Whether the event was handled or not.

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.CorePlot (Module: Monobjc.CorePlot)