BeginFigure(Single,Single) Method
In This Topic
Starts a new figure at the specified point.
Syntax
'Declaration
Public Overloads Sub BeginFigure( _
ByVal As System.Single, _
ByVal As System.Single _
)
public void BeginFigure(
System.float ,
System.float
)
Parameters
- startX
- The x-coordinate of the point at which to begin the new figure.
- startY
- The y-coordinate of the point at which to begin the new figure.
See Also