Share via


PolylineAnnotation.GraphicsPath 屬性

定義

取得或設定聚合線條註解在執行階段的路徑點。

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) 表示左上方座標, (100,100) 表示注釋的右下角座標。

當您應該改用 GraphicsPathPoints 屬性時,在設計階段無法存取這個屬性。

適用於