LineGeometry.EndPoint 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定行的結束點。
public:
property Point EndPoint { Point get(); void set(Point value); };
Point EndPoint();
void EndPoint(Point value);
public Point EndPoint { get; set; }
var point = lineGeometry.endPoint;
lineGeometry.endPoint = point;
Public Property EndPoint As Point
<LineGeometry EndPoint="x,y"/>
屬性值
行的結束點。 預設值為值為 0,0 的 Point 。