Sdílet prostřednictvím


PolylineAnnotation.GraphicsPath Vlastnost

Definice

Získá nebo nastaví body cesty polyline anotace 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

Objekt GraphicsPath s tvarem čáry.

Atributy

Poznámky

Křivka musí používat souřadnice vzhledem k objektu poznámky, kde (0,0) označuje souřadnice vlevo nahoře a (100 100) označuje souřadnice pravého dolního rohu poznámky.

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

Platí pro