Click here to Skip to main content
15,891,431 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
It seems to me that only those Pointers are seized within the
VB
GraphicPath(AddArc).PathPoints()
which are necessary to complete the figure, but not the exact route. It looks like it is overriding the very next neighbour along the Path, without encapsulating it.
I am making a call to the Form.Text() Property every time in a For Loop Statement i add something to GraphicsPath(), displaying the amount of PathPoints(). The GraphicsPath is created New() every time, so no overloading is happening.
When i resized the Form just a little (Arc is anchored by code to fit), the amount of PathPoints() being 17, just increased up to 37.
What do you think?

What I have tried:

----------------------------------------------------------------
Posted
Updated 24-Feb-16 11:17am
v5
Comments
Richard MacCutchan 25-Feb-16 4:31am    
I think your question is far from clear.

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