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 (Single, Single, Single, Single)

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

[Visual Basic]
Overloads Public Sub New( _
   ByVal x As Single, _
   ByVal y As Single, _
   ByVal width As Single, _
   ByVal height As Single _
)
[C#]
public RectangleF(
   float x,
   float y,
   float width,
   float height
);
[C++]
public: RectangleF(
   float x,
   float y,
   float width,
   float height
);
[JScript]
public function RectangleF(
   x : float,
   y : float,
   width : float,
   height : float
);

Parameters

x
x location
y
y location
width
width
height
height

See Also

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