GraphicsPath.PathPoints

GraphicsPath.PathPoints property

Gets the points in the path.

public PointF[] PathPoints { get; }

Return Value

An array of PointF objects that represent the path.

See Also