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.