J
Jason V
I have a shape that I have defined PinX & PinY as 0. I also defined LocPinX
and LocPintY = 0. When I place this on my drawing manually with the lower
left corner at 3,3 the position window says 3,3 and the shape is at 3,3 where
I want it. When I place it down through code
ShapePinX = 3
ShapePinY = 3
ThisDocument.Pages("Page-1").Drop mstStencil, ShapePinX, ShapePinY
it ends up putting the center, center of my shape at 3,3 and not the lower
left.
Help Please
and LocPintY = 0. When I place this on my drawing manually with the lower
left corner at 3,3 the position window says 3,3 and the shape is at 3,3 where
I want it. When I place it down through code
ShapePinX = 3
ShapePinY = 3
ThisDocument.Pages("Page-1").Drop mstStencil, ShapePinX, ShapePinY
it ends up putting the center, center of my shape at 3,3 and not the lower
left.
Help Please