Search results for query: *

  1. JB2012

    Question Resize image while mantaining the aspect rasio

    Not sure how you'd execute it, but I would think the math involved would be dividing the original X by the original Y then store that value. So if the image was 100 by 50 for example, you'd get 2. Then if they resize X to 200, you'd divide that by the aspect you calculated (200 / 2 = 100) and...
  2. JB2012

    Stringbuilder generator

    Hey all, I got so sick of coding Stringbuilder objects around queries and other text that I put together an automated Stringbuilder code generator: http://www.buildmystring.com Enjoy, Jeff
Back
Top