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!

SizeF Constructor (Single, Single)

[To be supplied.]

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

Parameters

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

See Also

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