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!

GraphicsPath.PathPoints

[To be supplied.]

[Visual Basic]
Public ReadOnly Property PathPoints As PointF ()
[C#]
public PointF[] PathPoints {get;}
[C++]
public: __property PointF* get_PathPoints();
[JScript]
public function get PathPoints() : PointF[];

See Also

GraphicsPath Class | GraphicsPath Members | System.Drawing.Drawing2D Namespace