ZedGraph LogoZedGraph Class Library Documentation
ReSize Method (g, rect)
NamespacesZedGraphPaneBaseReSize(Graphics, RectangleF)
Change the size of the Rect. Override this method to handle resizing the contents as required.
Declaration Syntax
C#Visual BasicVisual C++
public virtual void ReSize(
	Graphics g,
	RectangleF rect
)
Public Overridable Sub ReSize ( _
	g As Graphics, _
	rect As RectangleF _
)
public:
virtual void ReSize (
	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 new size for the Rect.

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621