I don't know exactly, but if there is not a translation somewhere before drawing, won't negative coordinates be outside the canvas ? If so then it's possible that the second drawing won't show.
A solution would be to have some path on both sides of the Y axis in the first place, that way we would be sure the transformation has effects. like
// add some drawings
APath.AddLine(-30,10,80,80
Main Topics
Browse All Topics





by: epasquierPosted on 2009-11-05 at 15:35:39ID: 25755299
assuming that you use the same library some other expert talked about a few weeks ago, or one compatible with the help file I'm looking at, I think you'll have to use the Transform method of a path with a matrix that codes the Y-axis symetry. That's for theory, and I'll try to put the code right
I believe the scale transformation is what we are looking at.
Select allOpen in new window