[]
Contains extension methods for IPath interface.
public static class PathExt
Creates a line segment between the current point and the specified end point and adds it to the geometry sink.
public static void AddLine(this IPath path, float x, float y)
path
IPathThe IPath object.
x
floatThe x coordinate of the end point.
y
floatThe y coordinate of the end point.
Starts a new figure at the specified point.
public static void BeginFigure(this IPath path, float x, float y)