HI
I’ve been reading about how to handle different screen sizes and trying, and trying to draw a perfect bolt circle pattern. In my example there is a circle drawn using “canvas1.DrawCircle” which is always perfect round. Along this circle there is 36 little circles calculated using equal angles between them and they should appear exactly on black circle. Unfortunately it doesn’t work, The “Y” axis is always stretch or shrink. I try to use “getDeviceLayoutValues” to calculate ratio between x axis and y but it is not still perfect. Any idea how to make this work?
Thank You
I’ve been reading about how to handle different screen sizes and trying, and trying to draw a perfect bolt circle pattern. In my example there is a circle drawn using “canvas1.DrawCircle” which is always perfect round. Along this circle there is 36 little circles calculated using equal angles between them and they should appear exactly on black circle. Unfortunately it doesn’t work, The “Y” axis is always stretch or shrink. I try to use “getDeviceLayoutValues” to calculate ratio between x axis and y but it is not still perfect. Any idea how to make this work?
Thank You