-
Nov 29th, 2022, 10:19 PM
#1
[RESOLVED] How to add several arcs to GraphicsPath??
Hi,
What I want to do is draw some arcs using GraphicsPath.AddArc()
The issue I have is, when I call CloseFigure(), the arc gets filled.
If I do not call this, each arc start is attached to the last arc via a line.
Is there anyway to "lift the pen", rather than closing the figure between one arc and the next?
Thanks in advance,
Kris
-
Nov 29th, 2022, 10:22 PM
#2
Re: How to add several arcs to GraphicsPath??
Ok ... just found out .StartFigure() ... I had been looking for something to End rather than start it as this is how CloseFigure works :P
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|