G
George B
Can anyone explain to me what is going on here?
I generate a shape and a duplicate
Set shp1 = shpCanvas.CanvasItems.Addcurve(SafeArrayOfPoints:=sngArray)
Set shp2 = shp1.Duplicate
The duplicate is generated at an offset from the original, as documented in
the help files.
I then attempt to move the duplicate to be at the same height as the
original:
shp2.Top = shp1.Top
The duplicate now moves to the top of the canvas, much higher than the
position of the original. What am I doing wrong?
I generate a shape and a duplicate
Set shp1 = shpCanvas.CanvasItems.Addcurve(SafeArrayOfPoints:=sngArray)
Set shp2 = shp1.Duplicate
The duplicate is generated at an offset from the original, as documented in
the help files.
I then attempt to move the duplicate to be at the same height as the
original:
shp2.Top = shp1.Top
The duplicate now moves to the top of the canvas, much higher than the
position of the original. What am I doing wrong?