Click here to Skip to main content
15,881,852 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I know an arc's CENTER, START and END points and its radius.

How can I convert these parameters to GDI + GraphicsPath AddArc's parameters?

Public Sub AddArc ( _
	rect As Rectangle, _
	startAngle As Single, _
	sweepAngle As Single _
)


I tried a lot of times without any luck.

Thanks,
Posted
Updated 23-Dec-10 0:19am
v3

1 solution

Quote: "I tried a lot of times without any luck."

Tried what exactly? Unless you explain what your code actually does and what errors you get nobody can guess what your problem is.

Have you checked the MSDN documentation here[^]?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900