共用方式為


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

具有聚合線條圖案的 GraphicsPath 物件。

屬性

備註

聚合線條必須使用相對於注釋物件的座標,其中 (0、0) 代表左上座標,而 (100100) 代表注釋的右下座標。

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

適用於