MonobjcMonobjc Documented Class Library
PointingDeviceUpEventAtPoint Method (event, interactionPoint)
NamespacesMonobjc.CorePlotCPLayerPointingDeviceUpEventAtPoint(Id, CGPoint)

Informs the receiver that the user has released the mouse button (Mac OS) or lifted their finger off the screen (iPhone OS).

Original signature is '- (BOOL)pointingDeviceUpEvent:(id)event atPoint:(CGPoint)interactionPoint;'

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool PointingDeviceUpEventAtPoint(
	Id event,
	CGPoint interactionPoint
)
Public Overridable Function PointingDeviceUpEventAtPoint ( _
	event As Id, _
	interactionPoint As CGPoint _
) As Boolean
public:
virtual bool PointingDeviceUpEventAtPoint(
	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)