Click here to Skip to main content
16,019,263 members

Comments by Mazin78 (Top 11 by date)

Mazin78 28-Apr-19 15:04pm View    
Thank you Maciej, both the solutions suggest removing previous children before adding a new one. I need to keep the old children and add new ones.
Mazin78 28-Apr-19 14:39pm View    
It is:
List<path> drawThisList = new List<path>();
Mazin78 28-Apr-19 11:03am View    
I get this error {"Specified Visual is already a child of another Visual or the root of a CompositionTarget."}. I traced the foreach loop, and this error happens at the second pass. I don't know how to fix it. Please notice that I am new in programming.
Mazin78 28-Apr-19 10:32am View    
@Gerry Schmitz I get this error {"Specified Visual is already a child of another Visual or the root of a CompositionTarget."}, and I don't know how to fix it.
Mazin78 31-Mar-19 8:34am View    
I need the points of the new shape for two reasons:
1- Exporting them to an application that draw 3D shapes based on 2D points.
2- I can use the new shape as an original one, then exclude another shape from it.