8 references to AddClosedCurve
System.Drawing.Common (8)
System\Drawing\Drawing2D\GraphicsPath.cs (8)
554/// <inheritdoc cref="AddClosedCurve(Point[], float)"/> 557/// <inheritdoc cref="AddClosedCurve(Point[], float)"/> 561/// <inheritdoc cref="AddClosedCurve(Point[], float)"/> 565/// <inheritdoc cref="AddClosedCurve(Point[], float)"/> 580/// <inheritdoc cref="AddClosedCurve(Point[], float)"/> 581public void AddClosedCurve(params Point[] points) => AddClosedCurve(points, 0.5f); 591/// <inheritdoc cref="AddClosedCurve(Point[], float)"/> 595/// <inheritdoc cref="AddClosedCurve(Point[], float)"/>