NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Rectangle Constructor

[To be supplied.]

Overload List

Creates a new Rectangle. The size and location are determined from the parameters.

[Visual Basic] Overloads Public Sub New(Integer, Integer, Integer, Integer)
[C#] public Rectangle(int, int, int, int);
[C++] public: Rectangle(int, int, int, int);
[JScript] public function Rectangle(int, int, int, int);

[To be supplied.]

[Visual Basic] Overloads Public Sub New(Point, Size)
[C#] public Rectangle(Point, Size);
[C++] public: Rectangle(Point, Size);
[JScript] public function Rectangle(Point, Size);

See Also

Rectangle Structure | Rectangle Members | System.Drawing Namespace