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