scale

  1. D

    Resolved Control.Scale() and Control.UnScale()

    I have a panel where I draw some squares, simulating street objects on a map. I use Scale (float f1, float f2) to enlarge the panel and the paintings. I have a ComboBox with 50%, 75%, 100%, 125%, 150%, and 200% items. The user can go from 50% to 200%, and return to 50%, if necessary. I need to...
Back
Top Bottom