Shape Origin (top, left)

Former Member
Former Member

Hello,

i already hat changed the ruler (top, left = 0, 0) with this code:

document.DrawingOriginX += corelDrawApplication.ActivePage.LeftX;
document.DrawingOriginY += corelDrawApplication.ActivePage.TopY;

But when i create a Paragraphtext with

VGCore.Shape s = l.CreateParagraphText(10, 10, ??, ???, "myTExt");
 s.PositionX = 10;
.PositionY = 10;
 s.SizeWidth = 30;
 s.SizeHeight = 5;

the text should be like in the scribble below but it isn't...

http://fs5.directupload.net/images/170208/agfnt4xj.png

Parents
No Data
Reply Children
No Data