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

[To be supplied.]

[Visual Basic]
Public Property Location As PointF
[C#]
public PointF Location {get; set;}
[C++]
public: __property PointF get_Location();
public: __property void set_Location(PointF);
[JScript]
public function get Location() : PointF;
public function set Location(PointF);

See Also

RectangleF Structure | RectangleF Members | System.Drawing Namespace