Partilhar via


Método BeginFigure

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< (Of < <' (Double> ) > > ), Nullable< (Of < <' (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.