GraphicsPath.GetLastPoint

GraphicsPath.GetLastPoint method

Gets the last point in the PathPoints array of this GraphicsPath.

public PointF GetLastPoint()

Return Value

The last point in the PathPoints array of this GraphicsPath.

See Also