MonobjcMonobjc Documented Class Library
DoublePrecisionPlotPointForPlotAreaViewPoint Method (plotPoint, point)
NamespacesMonobjc.CorePlotCPPlotSpaceDoublePrecisionPlotPointForPlotAreaViewPoint(Double%, CGPoint)

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

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