Método AddLine
Constructs additional points in a geometry type figure.
Esse membro está sobrecarregado. Para obter informações mais completas sobre esse membro, incluindo sintaxe, uso e exemplos, clique em um nome na lista de sobrecarga.
Lista de sobrecargas
Nome | Descrição | |
---|---|---|
![]() |
AddLine(Double, Double) | Constructs additional points in a geometry type figure. |
![]() |
AddLine(Double, Double, Nullable< (Of < <' (Double> ) > > ), Nullable< (Of < <' (Double> ) > > )) | Constructs additional points in the call sequence for a geometry type. |
Início
Comentários
Method is used together with BeginFigure() to construct the points of a geometry type figure. BeginFigure() can only construct the starting endpoint for a geometry type figure. Use AddLine() to construct additional points for the figure.
Method throws a FormatException when there is invalid input.