PolylineAnnotation.GraphicsPath Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit les points de chemin d’accès d’une annotation polyligne au moment de l’exécution.
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
Valeur de propriété
Objet GraphicsPath avec la forme polyligne.
- Attributs
Remarques
Une polyligne doit utiliser des coordonnées par rapport à un objet d’annotation, où (0,0) désigne les coordonnées supérieure gauche et (100 100) désigne les coordonnées inférieure droite de l’annotation.
Cette propriété n’est pas accessible au moment du design, lorsque vous devez utiliser la propriété à la GraphicsPathPoints place.