GraphicsPath.GetLastPoint

GraphicsPath.GetLastPoint method

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

public PointF GetLastPoint()

Return Value

A PointF that represents the last point in this GraphicsPath.

See Also