Flexivert Library Documentation
Plot Method (graph, g, opts)
NamespacesFlexivert.PluginsIGraphPlotterPlot(Graph, Graphics, PlottingOptions)
Plots a graph onto a graphics object.
Declaration Syntax
C#Visual BasicVisual C++
void Plot(
	Graph graph,
	Graphics g,
	PlottingOptions opts
)
Sub Plot ( _
	graph As Graph, _
	g As Graphics, _
	opts As PlottingOptions _
)
void Plot(
	Graph^ graph, 
	Graphics^ g, 
	PlottingOptions opts
)
Parameters
graph (Graph)
The graph to be plotted
g (Graphics)
The graphics boject
opts (PlottingOptions)
A PlottingOptions object containing current plotting options

Assembly: FVCore (Module: FVCore) Version: 0.5.8.1 (0.5.8.12)