B
Bragadiru
Hi all,
When I'm drwing a line in Visio 2003 with C# :
Visio.Shape newLine = visioDocument.Pages[1].DrawLine(1.1,1.1, 2.2, 2.2);
x or y coordinates are in pixels / m / mm / cm / inches / ... ???
How can I find the current page - unit of measurement ?
Thanks for any advice
When I'm drwing a line in Visio 2003 with C# :
Visio.Shape newLine = visioDocument.Pages[1].DrawLine(1.1,1.1, 2.2, 2.2);
x or y coordinates are in pixels / m / mm / cm / inches / ... ???
How can I find the current page - unit of measurement ?
Thanks for any advice