Partilhar via


Método SqlGeometryBuilder.BeginFigure

Incluir membros protegidos
Incluir membros herdados

Starts the call sequence for a geometry 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
Método público BeginFigure(Double, Double) Starts the call sequence for a geometry figure.
Método público BeginFigure(Double, Double, Nullable<Double>, Nullable<Double>) Starts the call sequence for a geometry figure.

Início

Comentários

Figure is a geometric object that can be drawn with a single stroke of a pen. Three types of figures are points, lines, and rings of a polygon.

Method must be used together with the EndFigure() method.

Consulte também

Referência

SqlGeometryBuilder Classe

Namespace Microsoft.SqlServer.Types