PolylineAnnotation.GraphicsPath 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定聚合線條註解在執行階段的路徑點。
public:
virtual property System::Drawing::Drawing2D::GraphicsPath ^ GraphicsPath { System::Drawing::Drawing2D::GraphicsPath ^ get(); void set(System::Drawing::Drawing2D::GraphicsPath ^ value); };
[System.ComponentModel.Browsable(false)]
public virtual System.Drawing.Drawing2D.GraphicsPath GraphicsPath { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.GraphicsPath : System.Drawing.Drawing2D.GraphicsPath with get, set
Public Overridable Property GraphicsPath As GraphicsPath
屬性值
具有聚合線條圖案的 GraphicsPath 物件。
- 屬性
備註
聚合線條必須使用相對於注釋物件的座標,其中 (0、0) 代表左上座標,而 (100100) 代表注釋的右下座標。
當您應該改為使用屬性時,無法在設計階段存取這個屬性 GraphicsPathPoints 。