ZedGraph LogoZedGraph Class Library Documentation
GetCoords Method (pane, g, scaleFactor, shape, coords)
NamespacesZedGraphGraphObjGetCoords(PaneBase, Graphics, Single, String%, String%)
Determines the shape type and Coords values for this GraphObj
Declaration Syntax
C#Visual BasicVisual C++
public abstract void GetCoords(
	PaneBase pane,
	Graphics g,
	float scaleFactor,
	out string shape,
	out string coords
)
Public MustOverride Sub GetCoords ( _
	pane As PaneBase, _
	g As Graphics, _
	scaleFactor As Single, _
	<OutAttribute> ByRef shape As String, _
	<OutAttribute> ByRef coords As String _
)
public:
virtual void GetCoords (
	PaneBase^ pane, 
	Graphics^ g, 
	float scaleFactor, 
	[OutAttribute] String^% shape, 
	[OutAttribute] String^% coords
) abstract
Parameters
pane (PaneBase)
g (Graphics)
scaleFactor (Single)
shape (String%)
coords (String%)

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621