SymbolDraw Symbol(Graphics, Int 32, Int 32, Graphics Path, Pen, Brush) Method
Definition
Namespace: ZedGraph
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
C#
private void DrawSymbol(
Graphics g,
int x,
int y,
GraphicsPath path,
Pen pen,
Brush brush
)VB
Private Sub DrawSymbol (
g As Graphics,
x As Integer,
y As Integer,
path As GraphicsPath,
pen As Pen,
brush As Brush
)