Compartir a través de


SqlGeometryBuilder.AddLine Método

Incluir miembros protegidos
Incluir miembros heredados

Constructs additional points in a geometry type figure.

Este miembro está sobrecargado. Para obtener información completa acerca de este miembro, incluidos sintaxis, uso y ejemplos, haga clic en un nombre de la lista de sobrecarga.

Lista de sobrecargas

  Nombre Descripción
Método público AddLine(Double, Double) Constructs additional points in a geometry type figure.
Método público AddLine(Double, Double, Nullable<Double>, Nullable<Double>) Constructs additional points in the call sequence for a geometry type.

Arriba

Comentarios

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.

Vea también

Referencia

SqlGeometryBuilder Clase

Espacio de nombres Microsoft.SqlServer.Types