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
/// Initializes a new instance of the <see cref="EllipticalArcLineSegment"/> class.
29
+
/// </summary>
30
+
/// <param name="x"> The x-coordinate of the center point of the ellips from which the arc is taken.</param>
31
+
/// <param name="y"> The y-coordinate of the center point of the ellips from which the arc is taken.</param>
32
+
/// <param name="radiusX">X radius of the ellipsis.</param>
33
+
/// <param name="radiusY">Y radius of the ellipsis.</param>
34
+
/// <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>
35
+
/// <param name="startAngle">The Start angle of the ellipsis, measured in degrees anticlockwise from the Y-axis.</param>
36
+
/// <param name="sweepAngle"> The angle between (<paramref name="startAngle"/> and the end of the arc. </param>
37
+
/// <param name="transformation">The Tranformation matrix, that should be used on the arc.</param>
/// <param name="center"> The center <see cref="PointF"/> of the ellips from which the arc is taken.</param>
226
+
/// <param name="radiusX">X radius of the ellipsis.</param>
227
+
/// <param name="radiusY">Y radius of the ellipsis.</param>
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 clockwise.</param>
229
+
/// <param name="startAngle">The Start angle of the ellipsis, measured in degrees anticlockwise from the Y-axis.</param>
230
+
/// <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>
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 clockwise.</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 clockwise.</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>
/// <param name="x"> The x-coordinate of the center point of the ellips from which the arc is taken.</param>
268
+
/// <param name="y"> The y-coordinate of the center point of the ellips from which the arc is taken.</param>
269
+
/// <param name="radiusX">X radius of the ellipsis.</param>
270
+
/// <param name="radiusY">Y radius of the ellipsis.</param>
271
+
/// <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>
272
+
/// <param name="startAngle">The Start angle of the ellipsis, measured in degrees anticlockwise from the Y-axis.</param>
273
+
/// <param name="sweepAngle"> The angle between (<paramref name="startAngle"/> and the end of the arc. </param>
0 commit comments