Bagikan melalui


PolylineAnnotation.GraphicsPath Properti

Definisi

Mendapatkan atau mengatur titik jalur anotasi poliline pada waktu proses.

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

Nilai Properti

Objek GraphicsPath dengan bentuk poliline.

Atribut

Keterangan

Poliline harus menggunakan koordinat relatif terhadap objek anotasi, di mana (0,0) menunjukkan koordinat kiri atas dan (100.100) menunjukkan koordinat kanan bawah anotasi.

Properti ini tidak dapat diakses pada waktu desain, ketika Anda harus menggunakan properti sebagai gantinya GraphicsPathPoints .

Berlaku untuk