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.Size

[To be supplied.]

[Visual Basic]
Public Property Size As SizeF
[C#]
public SizeF Size {get; set;}
[C++]
public: __property SizeF get_Size();
public: __property void set_Size(SizeF);
[JScript]
public function get Size() : SizeF;
public function set Size(SizeF);

See Also

RectangleF Structure | RectangleF Members | System.Drawing Namespace