Compartir a través de


PolylineAnnotation.GraphicsPath Propiedad

Definición

Obtiene o establece los puntos de la ruta de acceso a una anotación de polilínea en tiempo de ejecución.

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

Valor de propiedad

GraphicsPath

Objeto GraphicsPath con la forma de polilínea.

Atributos

Comentarios

Una polilínea debe usar coordenadas relativas a un objeto de anotación, donde (0,0) denota las coordenadas superior izquierda y (100 100) denota las coordenadas inferior derecha de la anotación.

Esta propiedad no es accesible en tiempo de diseño, cuando se debe usar la GraphicsPathPoints propiedad en su lugar.

Se aplica a