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!

RectangleF Constructor

[To be supplied.]

Overload List

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

[Visual Basic] Overloads Public Sub New(Single, Single, Single, Single)
[C#] public RectangleF(float, float, float, float);
[C++] public: RectangleF(float, float, float, float);
[JScript] public function RectangleF(float, float, float, float);

[To be supplied.]

[Visual Basic] Overloads Public Sub New(PointF, SizeF)
[C#] public RectangleF(PointF, SizeF);
[C++] public: RectangleF(PointF, SizeF);
[JScript] public function RectangleF(PointF, SizeF);

See Also

RectangleF Structure | RectangleF Members | System.Drawing Namespace