View top left postion

Hi,

I am using latest version of godiagram.

Currently GoView left top is 0,0. As you go right and down x, y co-ordinates increases.

I want my 0,0 is bottom left which mean as you go right and top x,y will increase.

I am trying to define a room in go diagram where 0,0 floor of a room.

I tried to change Docpositon etc… but not working.

Please send some ideas to achieve this.

You can set GoView<font =“Apple-style-span” size=“2”><span =“Apple-style-span” style=“line-height: 18px;”>.ShowsNegativeCoordinates = false to allow setting DocPosition.
<font =“Apple-style-span” size=“2”><span =“Apple-style-span” style=“line-height: 18px;”>

<font =“Apple-style-span” size=“2”><span =“Apple-style-span” style=“line-height: 18px;”>But you can’t flip the Y axis so up is positive, you’ll have to do that mapping in your code.