MonobjcMonobjc Documented Class Library
TwoDGraphViewDidClickPoint Method (inGraphView, inPoint)
NamespacesMonobjc.SM2DGraphViewISM2DGraphDelegateTwoDGraphViewDidClickPoint(SM2DGraphView, NSPoint)

Original signature is '- (void)twoDGraphView:(SM2DGraphView *)inGraphView didClickPoint:(NSPoint)inPoint;'

Declaration Syntax
C#Visual BasicVisual C++
void TwoDGraphViewDidClickPoint(
	SM2DGraphView inGraphView,
	NSPoint inPoint
)
Sub TwoDGraphViewDidClickPoint ( _
	inGraphView As SM2DGraphView, _
	inPoint As NSPoint _
)
void TwoDGraphViewDidClickPoint(
	SM2DGraphView^ inGraphView, 
	NSPoint inPoint
)
Parameters
inGraphView (SM2DGraphView)
The graph view making the call.
inPoint (NSPoint)
The clicked position in the graph view 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.SM2DGraphView (Module: Monobjc.SM2DGraphView)