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 (PointF, SizeF)

[To be supplied.]

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

Parameters

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

See Also

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