Sdílet prostřednictvím


PolylineAnnotation.GraphicsPath Vlastnost

Definice

Získá nebo nastaví body cesty poznámky line za běhu.

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

Hodnota vlastnosti

GraphicsPath

Objekt GraphicsPath s tvarem line

Atributy

Poznámky

Cykly musí používat souřadnice relativní vzhledem k objektu poznámky, kde (0,0) označuje souřadnice vlevo nahoře a (100 100) označuje souřadnice poznámky vpravo dole.

Tato vlastnost není přístupná v době návrhu, kdy byste měli použít GraphicsPathPoints vlastnost .

Platí pro