I want to add arc to my draw using c# code. the syntax is:
AddArc(
int x,
int y,
int width,
int height,
float startAngle,
float sweepAngle)
Can someone describe me what are the width, the height start and sweep angle?
Thank you.