min max coordinate of cells , given cell length in c#
- by Raj
Please see attached picture to better understand my question
i have a matrix of cells of [JXI] ,
cell is square in shape with length "a"
my question is .. is there a way to use FOR loop to assign MIN,MAX coordinate to each cell
taking origin (0,0) at one corner
Thanks
"freeimagehosting.net/uploads/3b09575180.jpg"
i was trying following code…