Метод BeginFigure

Starts the call sequence for a geometry figure.

Этот элемент перегружен. Чтобы получить полные сведения об этом элементе (синтаксисе, использовании и примерах использования), щелкните его имя в списке перегрузок.

Список перегрузок

  Имя Описание
Открытый метод BeginFigure(Double, Double) Starts the call sequence for a geometry figure.
Открытый метод BeginFigure(Double, Double, Nullable< (Of < <' (Double> ) > > ), Nullable< (Of < <' (Double> ) > > )) Starts the call sequence for a geometry figure.

В начало

Замечания

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.