You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -443,7 +443,7 @@ public PathBuilder AddEllipticalArc(Rectangle rect, int rotation, int startAngle
443
443
/// <summary>
444
444
/// Adds an elliptical arc to the current figure.
445
445
/// </summary>
446
-
/// <param name="center"> The center <see cref="PointF"/> of the ellips from which the arc is taken.</param>
446
+
/// <param name="center"> The center <see cref="PointF"/> of the ellipse from which the arc is taken.</param>
447
447
/// <param name="radiusX">X radius of the ellipsis.</param>
448
448
/// <param name="radiusY">Y radius of the ellipsis.</param>
449
449
/// <param name="rotation">The rotation of (<paramref name="radiusX"/> to the X-axis and (<paramref name="radiusY"/> to the Y-axis, measured in degrees clockwise.</param>
@@ -456,7 +456,7 @@ public PathBuilder AddEllipticalArc(PointF center, float radiusX, float radiusY,
456
456
/// <summary>
457
457
/// Adds an elliptical arc to the current figure.
458
458
/// </summary>
459
-
/// <param name="center"> The center <see cref="Point"/> of the ellips from which the arc is taken.</param>
459
+
/// <param name="center"> The center <see cref="Point"/> of the ellipse from which the arc is taken.</param>
460
460
/// <param name="radiusX">X radius of the ellipsis.</param>
461
461
/// <param name="radiusY">Y radius of the ellipsis.</param>
462
462
/// <param name="rotation">The rotation of (<paramref name="radiusX"/> to the X-axis and (<paramref name="radiusY"/> to the Y-axis, measured in degrees clockwise.</param>
@@ -469,8 +469,8 @@ public PathBuilder AddEllipticalArc(Point center, int radiusX, int radiusY, int
469
469
/// <summary>
470
470
/// Adds an elliptical arc to the current figure.
471
471
/// </summary>
472
-
/// <param name="x"> The x-coordinate of the center point of the ellips from which the arc is taken.</param>
473
-
/// <param name="y"> The y-coordinate of the center point of the ellips from which the arc is taken.</param>
472
+
/// <param name="x"> The x-coordinate of the center point of the ellipse from which the arc is taken.</param>
473
+
/// <param name="y"> The y-coordinate of the center point of the ellipse from which the arc is taken.</param>
474
474
/// <param name="radiusX">X radius of the ellipsis.</param>
475
475
/// <param name="radiusY">Y radius of the ellipsis.</param>
476
476
/// <param name="rotation">The rotation of (<paramref name="radiusX"/> to the X-axis and (<paramref name="radiusY"/> to the Y-axis, measured in degrees clockwise.</param>
@@ -483,8 +483,8 @@ public PathBuilder AddEllipticalArc(int x, int y, int radiusX, int radiusY, int
483
483
/// <summary>
484
484
/// Adds an elliptical arc to the current figure.
485
485
/// </summary>
486
-
/// <param name="x"> The x-coordinate of the center point of the ellips from which the arc is taken.</param>
487
-
/// <param name="y"> The y-coordinate of the center point of the ellips from which the arc is taken.</param>
486
+
/// <param name="x"> The x-coordinate of the center point of the ellipse from which the arc is taken.</param>
487
+
/// <param name="y"> The y-coordinate of the center point of the ellipse from which the arc is taken.</param>
488
488
/// <param name="radiusX">X radius of the ellipsis.</param>
489
489
/// <param name="radiusY">Y radius of the ellipsis.</param>
490
490
/// <param name="rotation">The rotation of (<paramref name="radiusX"/> to the X-axis and (<paramref name="radiusY"/> to the Y-axis, measured in degrees clockwise.</param>
0 commit comments