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!

Rectangle.X

[To be supplied.]

[Visual Basic]
Public Property X As Integer
[C#]
public int X {get; set;}
[C++]
public: __property int get_X();
public: __property void set_X(int);
[JScript]
public function get X() : int;
public function set X(int);

See Also

Rectangle Structure | Rectangle Members | System.Drawing Namespace