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
/// <param name="center"> The center <see cref="PointF"/> of the ellips from which the arc is taken.</param>
246
361
/// <param name="radiusX">X radius of the ellipsis.</param>
247
362
/// <param name="radiusY">Y radius of the ellipsis.</param>
248
363
/// <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>
249
-
/// <param name="startAngle">The Start angle of the ellipsis, measured in degrees anticlockwise from the Y-axis.</param>
364
+
/// <param name="startAngle">The start angle of the ellipsis, measured in degrees anticlockwise from the Y-axis.</param>
250
365
/// <param name="sweepAngle"> The angle between (<paramref name="startAngle"/> and the end of the arc. </param>
/// <param name="center"> The center <see cref="Point"/> of the ellips from which the arc is taken.</param>
259
374
/// <param name="radiusX">X radius of the ellipsis.</param>
260
375
/// <param name="radiusY">Y radius of the ellipsis.</param>
261
376
/// <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>
262
-
/// <param name="startAngle">The Start angle of the ellipsis, measured in degrees anticlockwise from the Y-axis.</param>
377
+
/// <param name="startAngle">The start angle of the ellipsis, measured in degrees anticlockwise from the Y-axis.</param>
263
378
/// <param name="sweepAngle"> The angle between (<paramref name="startAngle"/> and the end of the arc. </param>
/// <param name="x"> The x-coordinate of the center point of the ellips from which the arc is taken.</param>
272
387
/// <param name="y"> The y-coordinate of the center point of the ellips from which the arc is taken.</param>
273
388
/// <param name="radiusX">X radius of the ellipsis.</param>
274
389
/// <param name="radiusY">Y radius of the ellipsis.</param>
275
390
/// <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>
276
-
/// <param name="startAngle">The Start angle of the ellipsis, measured in degrees anticlockwise from the Y-axis.</param>
391
+
/// <param name="startAngle">The start angle of the ellipsis, measured in degrees anticlockwise from the Y-axis.</param>
277
392
/// <param name="sweepAngle"> The angle between (<paramref name="startAngle"/> and the end of the arc. </param>
/// <param name="x"> The x-coordinate of the center point of the ellips from which the arc is taken.</param>
286
401
/// <param name="y"> The y-coordinate of the center point of the ellips from which the arc is taken.</param>
287
402
/// <param name="radiusX">X radius of the ellipsis.</param>
288
403
/// <param name="radiusY">Y radius of the ellipsis.</param>
289
404
/// <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>
290
-
/// <param name="startAngle">The Start angle of the ellipsis, measured in degrees anticlockwise from the Y-axis.</param>
405
+
/// <param name="startAngle">The start angle of the ellipsis, measured in degrees anticlockwise from the Y-axis.</param>
291
406
/// <param name="sweepAngle"> The angle between (<paramref name="startAngle"/> and the end of the arc. </param>
0 commit comments