AnnotationPathPoint Construtores
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Inicializa uma nova instância da AnnotationPathPoint classe.
Sobrecargas
| Name | Description |
|---|---|
| AnnotationPathPoint() |
Inicializa uma nova instância da AnnotationPathPoint classe. |
| AnnotationPathPoint(Single, Single) |
Inicializa uma nova instância da AnnotationPathPoint classe com os valores e |
| AnnotationPathPoint(Single, Single, Byte) |
Inicializa uma nova instância da AnnotationPathPoint classe com os valores especificados |
AnnotationPathPoint()
Inicializa uma nova instância da AnnotationPathPoint classe.
public:
AnnotationPathPoint();
public AnnotationPathPoint();
Public Sub New ()
Aplica-se a
AnnotationPathPoint(Single, Single)
Inicializa uma nova instância da AnnotationPathPoint classe com os valores e x especificadosy.
public:
AnnotationPathPoint(float x, float y);
public AnnotationPathPoint(float x, float y);
new System.Windows.Forms.DataVisualization.Charting.AnnotationPathPoint : single * single -> System.Windows.Forms.DataVisualization.Charting.AnnotationPathPoint
Public Sub New (x As Single, y As Single)
Parâmetros
- x
- Single
Valor do ponto X.
- y
- Single
Valor Y do ponto.
Aplica-se a
AnnotationPathPoint(Single, Single, Byte)
Inicializa uma nova instância da AnnotationPathPoint classe com os valores especificados xde , y e pontos type .
public:
AnnotationPathPoint(float x, float y, System::Byte type);
public AnnotationPathPoint(float x, float y, byte type);
new System.Windows.Forms.DataVisualization.Charting.AnnotationPathPoint : single * single * byte -> System.Windows.Forms.DataVisualization.Charting.AnnotationPathPoint
Public Sub New (x As Single, y As Single, type As Byte)
Parâmetros
- x
- Single
Valor do ponto X.
- y
- Single
Valor Y do ponto.
- type
- Byte
Tipo de ponta.