Page 1 of 1

how to change from Pixel to Row

Posted: Fri Sep 14, 2018 11:51 am
by digitsoft
hello Roger
how to change from Pixel to Row
@ 10.2 for example

Re: how to change from Pixel to Row

Posted: Mon Sep 17, 2018 12:25 am
by Tom
There are just two simple factors, by default 7 for columns and 20 for lines. You can change this factor with DCGET OPTIONS. Multiply row-/column-coordinates to get pixel coordinates, and vice versa if you want to switch from pixel to row/column.

Re: how to change from Pixel to Row

Posted: Mon Sep 17, 2018 6:13 am
by digitsoft
Thanks tom
Tom wrote:There are just two simple factors, by default 7 for columns and 20 for lines. You can change this factor with DCGET OPTIONS. Multiply row-/column-coordinates to get pixel coordinates, and vice versa if you want to switch from pixel to row/column.