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>
216
226
/// <param name="radiusX">X radius of the ellipsis.</param>
217
227
/// <param name="radiusY">Y radius of the ellipsis.</param>
218
228
/// <param name="rotation">The rotation of (<paramref name="radiusX"/> to the X-axis and (<paramref name="radiusY"/> to the Y-axis, measured in degrees anticlockwise.</param>
@@ -221,6 +231,36 @@ public PathBuilder AddBezier(PointF startPoint, PointF controlPoint1, PointF con
/// <param name="center"> The center <see cref="Point"/> of the ellips from which the arc is taken.</param>
238
+
/// <param name="radiusX">X radius of the ellipsis.</param>
239
+
/// <param name="radiusY">Y radius of the ellipsis.</param>
240
+
/// <param name="rotation">The rotation of (<paramref name="radiusX"/> to the X-axis and (<paramref name="radiusY"/> to the Y-axis, measured in degrees anticlockwise.</param>
241
+
/// <param name="startAngle">The Start angle of the ellipsis, measured in degrees anticlockwise from the Y-axis.</param>
242
+
/// <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>
250
+
/// <param name="y"> The y-coordinate of the center point of the ellips from which the arc is taken.</param>
251
+
/// <param name="radiusX">X radius of the ellipsis.</param>
252
+
/// <param name="radiusY">Y radius of the ellipsis.</param>
253
+
/// <param name="rotation">The rotation of (<paramref name="radiusX"/> to the X-axis and (<paramref name="radiusY"/> to the Y-axis, measured in degrees anticlockwise.</param>
254
+
/// <param name="startAngle">The Start angle of the ellipsis, measured in degrees anticlockwise from the Y-axis.</param>
255
+
/// <param name="sweepAngle"> The angle between (<paramref name="startAngle"/> and the end of the arc. </param>
0 commit comments