AddLine 方法
Constructs additional points in a geography type figure.
此成员被重载。有关此成员的完整信息,包括语法、用法和示例,请单击重载列表中的名称。
重载列表
名称 | 说明 | |
---|---|---|
![]() |
AddLine(Double, Double) | Constructs additional points in a geography type figure. |
![]() |
AddLine(Double, Double, Nullable< (Of < <' (Double> ) > > ), Nullable< (Of < <' (Double> ) > > )) | Constructs additional points in a geography type figure. |
页首
注释
Method is used together with BeginFigure() to construct the points of a geography type figure. BeginFigure() can only construct the starting endpoint for a geography type figure. Use AddLine() to construct additional points for the figure.
Method throws a FormatException when there is invalid input.