Starts a new figure at the specified point.
Declaration
public static void BeginFigure(this IPath path, float x, float y)
Public Shared Sub BeginFigure(path As IPath, x As Single, y As Single)
Parameters
Type |
Name |
Description |
IPath |
path |
The IPath object.
|
float |
x |
The x coordinate of the point at which to begin the new figure.
|
float |
y |
The y coordinate of the point at which to begin the new figure.
|