MonobjcMonobjc Documented Class Library
PlotSpaceShouldHandlePointingDeviceDraggedEventAtPoint Method (space, event, point)
NamespacesMonobjc.CorePlotICPPlotSpaceDelegatePlotSpaceShouldHandlePointingDeviceDraggedEventAtPoint(CPPlotSpace, Id, CGPoint)

Notifies that plot space intercepted a device dragged event.

Original signature is '- (BOOL)plotSpace:(CPPlotSpace *)space shouldHandlePointingDeviceDraggedEvent:(id)event atPoint:(CGPoint)point;'

Declaration Syntax
C#Visual BasicVisual C++
bool PlotSpaceShouldHandlePointingDeviceDraggedEventAtPoint(
	CPPlotSpace space,
	Id event,
	CGPoint point
)
Function PlotSpaceShouldHandlePointingDeviceDraggedEventAtPoint ( _
	space As CPPlotSpace, _
	event As Id, _
	point As CGPoint _
) As Boolean
bool PlotSpaceShouldHandlePointingDeviceDraggedEventAtPoint(
	CPPlotSpace^ space, 
	Id^ event, 
	CGPoint point
)
Parameters
space (CPPlotSpace)
The plot space.
event (Id)
The native event (e.g., UIEvent on iPhone)
point (CGPoint)
The point in the host view.
Return Value
Whether the plot space should handle the event or not. In either case, the delegate may choose to take extra actions, or handle the scaling itself.
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)