TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Todd Osborne
NA
2
0
How can I draw 2 arcs where their endpoints are connected?
Apr 7 2020 6:08 PM
I am drawing an arc to a GraphicsPath object using code similar to this:
path.AddArc(r, 270,90);
As expected, when I render this GraphicsPath object to the screen I get an arc that looks like this:
What I want to be able to do is add another arc just inside this one, as well as lines to complete a single figure. When rendered it would look like this:
Basically, another arc rendered inside the first, of some thickness/offset, and then have the endpoints connected via a line to form a single figure. I'm sure this can't be as difficult as I am making it, but I sure can't find any example of people doing this before. Thanks,
Todd
Reply
Answers (
0
)
c# how I do change ellipse center
Guys is possible to learn C++ Graphics on Code::Blocks ?