Polygon.Points 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定包含多邊形各頂點的集合。
public:
property PointCollection ^ Points { PointCollection ^ get(); void set(PointCollection ^ value); };
PointCollection Points();
void Points(PointCollection value);
public PointCollection Points { get; set; }
var pointCollection = polygon.points;
polygon.points = pointCollection;
Public Property Points As PointCollection
<Polygon Points="pointSet"/>
屬性值
Point結構的集合,描述多邊形的頂點。 預設值是 null。 此值可以表示為 XAML 或類型轉換的字串。