GraphicsPath.PathPoints 属性   
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取路径中的点。
public:
 property cli::array <System::Drawing::PointF> ^ PathPoints { cli::array <System::Drawing::PointF> ^ get(); };public System.Drawing.PointF[] PathPoints { get; }member this.PathPoints : System.Drawing.PointF[]Public ReadOnly Property PathPoints As PointF()属性值
		PointF[]
		
	
	表示路径的 PointF 对象的数组。