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 | |
---|---|---|
BeginFigure(Double, Double) | Starts the call sequence for a geometry figure. | |
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.