SqlGeometryBuilder.BeginFigure Method

Include Protected Members
Include Inherited Members

Starts the call sequence for a geometry figure.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method BeginFigure(Double, Double) Starts the call sequence for a geometry figure.
Public method BeginFigure(Double, Double, Nullable<Double>, Nullable<Double>) Starts the call sequence for a geometry figure.

Top

Remarks

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.