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
bool PointingDeviceUpEventAtPoint(
Id event,
CGPoint interactionPoint
)
Function PointingDeviceUpEventAtPoint ( _
event As Id, _
interactionPoint As CGPoint _
) As Boolean
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)