MonobjcMonobjc Documented Class Library
PlotAreaViewPointForDoublePrecisionPlotPoint Method (plotPoint)
NamespacesMonobjc.CorePlotCPPlotSpacePlotAreaViewPointForDoublePrecisionPlotPoint(Double%)

Original signature is '- (CGPoint)plotAreaViewPointForDoublePrecisionPlotPoint:(double *)plotPoint;'

Declaration Syntax
C#Visual BasicVisual C++
public virtual CGPoint PlotAreaViewPointForDoublePrecisionPlotPoint(
	ref double plotPoint
)
Public Overridable Function PlotAreaViewPointForDoublePrecisionPlotPoint ( _
	ByRef plotPoint As Double _
) As CGPoint
public:
virtual CGPoint PlotAreaViewPointForDoublePrecisionPlotPoint(
	double% plotPoint
)
Parameters
plotPoint (Double%)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.CorePlot.CPPlotSpace.PlotAreaViewPointForDoublePrecisionPlotPoint(System.Double@)"]

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)