ZedGraph LogoZedGraph Class Library Documentation
Rect Property
NamespacesZedGraphPaneBaseRect
The rectangle that defines the full area into which all graphics will be rendered.
Declaration Syntax
C#Visual BasicVisual C++
public RectangleF Rect{ get; set;}
Public Property Rect As RectangleF
public:
property RectangleF Rect {
	RectangleF get ();
	void set (RectangleF value);
}
Value
Units are pixels.
Remarks
Note that this rectangle has x, y, width, and height. Most of the GDI+ graphic primitive actually draw one pixel beyond those dimensions. For example, for a rectangle of ( X=0, Y=0, Width=100, Height=100 ), GDI+ would draw into pixels 0 through 100, which is actually 101 pixels. For the ZedGraph Rect, a Width of 100 pixels means that pixels 0 through 99 are used
See Also

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621