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 point of the ellipsis the arc is a part of.</param>
30
+
/// <param name="radiusX">X radius of the ellipsis.</param>
31
+
/// <param name="radiusY">Y radius of the ellipsis.</param>
32
+
/// <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>
33
+
/// <param name="startAngle">The Start angle of the ellipsis, measured in degrees anticlockwise from the Y-axis.</param>
34
+
/// <param name="sweepAngle"> The angle between (<paramref name="startAngle"/> and the end of the arc. </param>
35
+
/// <param name="transformation">The Tranformation matrix, that should be used on the arc.</param>
/// <param name="rotation">rotation of the first radius to the x Axis in degree</param>
209
-
/// <param name="startAngle">starting angle of arc in degree</param>
210
-
/// <param name="sweepAngle">sweeping angel of the arc in degree</param>
205
+
/// <param name="center"> The center point of the ellipsis the arc is a part of.</param>
206
+
/// <param name="radiusX">X radius of the ellipsis.</param>
207
+
/// <param name="radiusY">Y radius of the ellipsis.</param>
208
+
/// <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>
209
+
/// <param name="startAngle">The Start angle of the ellipsis, measured in degrees anticlockwise from the Y-axis.</param>
210
+
/// <param name="sweepAngle"> The angle between (<paramref name="startAngle"/> and the end of the arc. </param>
0 commit comments