ZedGraph LogoZedGraph Class Library Documentation
Draw Method (g, rect)
NamespacesZedGraphFillDraw(Graphics, RectangleF)
Fill the background of the RectangleF area, using the fill type from this Fill.
Declaration Syntax
C#Visual BasicVisual C++
public void Draw(
	Graphics g,
	RectangleF rect
)
Public Sub Draw ( _
	g As Graphics, _
	rect As RectangleF _
)
public:
void Draw (
	Graphics^ g, 
	RectangleF rect
)
Parameters
g (Graphics)
A graphic device object to be drawn into. This is normally e.Graphics from the PaintEventArgs argument to the Paint() method.
rect (RectangleF)
The RectangleF struct specifying the area to be filled

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621