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 (Point, Size)

[To be supplied.]

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

Parameters

location
[To be supplied.]
size
[To be supplied.]

See Also

Rectangle Structure | Rectangle Members | System.Drawing Namespace | Rectangle Constructor Overload List