MonobjcMonobjc Documented Class Library
ConvertPointFromViewToLineIndex Method (inPoint, inView, inLineIndex)
NamespacesMonobjc.SM2DGraphViewSM2DGraphViewConvertPointFromViewToLineIndex(NSPoint, NSView, NSUInteger)

Original signature is '- (NSPoint)convertPoint:(NSPoint)inPoint fromView:(NSView *)inView toLineIndex:(NSUInteger)inLineIndex;'

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSPoint ConvertPointFromViewToLineIndex(
	NSPoint inPoint,
	NSView inView,
	NSUInteger inLineIndex
)
Public Overridable Function ConvertPointFromViewToLineIndex ( _
	inPoint As NSPoint, _
	inView As NSView, _
	inLineIndex As NSUInteger _
) As NSPoint
public:
virtual NSPoint ConvertPointFromViewToLineIndex(
	NSPoint inPoint, 
	NSView^ inView, 
	NSUInteger inLineIndex
)
Parameters
inPoint (NSPoint)
The point to be converted.
inView (NSView)
The inPoint parameter is in this view's coordinate system. A value of nil means the window's coordinate system.
inLineIndex (NSUInteger)
Zero based index of a line displayed on the graph.
Return Value
The point after conversion to the appropriate line's scale.
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)