i need help... i want to create a window (a form) in c# that creates an hidden grid with a picturebox, let me explain: you can use the picturebox as a button, i want that if the highest point has value 2.0f (i want it in float for making it more accurate) and the lowest point has value 0.0f, if i click the center i will get 1.0f, i want to store that float in another float (let's call it "GridFloat") and if if i click the "half of the half" (the one more than 1.0f) i will get 1.5f
tried to make some logic and mathematic and tried with like / as chatgpt tought