ShapePathPointCollection.Add

ShapePathPointCollection.Add method

Adds a path point.

public int Add(int x, int y)
ParameterTypeDescription
xInt32The x coordinate.
yInt32The y coordinate.

See Also