MonobjcMonobjc Documented Class Library
PlotPointForPlotAreaViewPoint Method (plotPoint, point)
NamespacesMonobjc.CorePlotCPPlotSpacePlotPointForPlotAreaViewPoint(NSDecimal%, CGPoint)

Original signature is '- (void)plotPoint:(NSDecimal *)plotPoint forPlotAreaViewPoint:(CGPoint)point;'

Declaration Syntax
C#Visual BasicVisual C++
public virtual void PlotPointForPlotAreaViewPoint(
	ref NSDecimal plotPoint,
	CGPoint point
)
Public Overridable Sub PlotPointForPlotAreaViewPoint ( _
	ByRef plotPoint As NSDecimal, _
	point As CGPoint _
)
public:
virtual void PlotPointForPlotAreaViewPoint(
	NSDecimal% plotPoint, 
	CGPoint point
)
Parameters
plotPoint (NSDecimal%)
MISSING
point (CGPoint)
MISSING
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)