SymbolDrawSymbol(Graphics, Int32, Int32, GraphicsPath, Pen, Brush) Method

Definition

Namespace: ZedGraph
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
private void DrawSymbol(
	Graphics g,
	int x,
	int y,
	GraphicsPath path,
	Pen pen,
	Brush brush
)

Parameters

g  Graphics
 
x  Int32
 
y  Int32
 
path  GraphicsPath
 
pen  Pen
 
brush  Brush
 

See Also