K
Kumar
I am developing a program in Visual C++ to read shapes in Visio drawing XML
document (.vdx) and draw in MFC dialog . I need to know the actual
postion(x,y) of shapes in XML in order to draw the shapes in MFC dialog .
I read the position by reading the <PinX> of <XForm> tag but I did not get
the shapes in actual position. Specifically I think the position of the
lines are not correct.
Can you please help me in this regard.
document (.vdx) and draw in MFC dialog . I need to know the actual
postion(x,y) of shapes in XML in order to draw the shapes in MFC dialog .
I read the position by reading the <PinX> of <XForm> tag but I did not get
the shapes in actual position. Specifically I think the position of the
lines are not correct.
Can you please help me in this regard.