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 tracé d'une annotation de type 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 ayant la forme d'une polyligne.
- Attributs
Remarques
Une polyligne doit utiliser des coordonnées relatives à un objet annotation, où (0,0) indique les coordonnées de l’angle supérieur gauche et (100 100) indique les coordonnées en bas à droite de l’annotation.
Cette propriété n’est pas accessible au moment de la conception, lorsque vous devez utiliser la propriété à la GraphicsPathPoints place.