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!

Size Constructor (Int32, Int32)

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal width As Integer, _
   ByVal height As Integer _
)
[C#]
public Size(
   int width,
   int height
);
[C++]
public: Size(
   int width,
   int height
);
[JScript]
public function Size(
   width : int,
   height : int
);

Parameters

width
[To be supplied.]
height
[To be supplied.]

See Also

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