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!

PointF.Y

[To be supplied.]

[Visual Basic]
Public Property Y As Single
[C#]
public float Y {get; set;}
[C++]
public: __property float get_Y();
public: __property void set_Y(float);
[JScript]
public function get Y() : float;
public function set Y(float);

See Also

PointF Structure | PointF Members | System.Drawing Namespace