| php Programming Glossary: destwidthasp.net version of timthumb php class http://stackoverflow.com/questions/4436209/asp-net-version-of-timthumb-php-class  img.Width img.Height ' Calculate thumbnail sizes  Dim destWidth As Integer 0 Dim destHeight As Integer 0 Dim destRatio As Double.. h If Not String.IsNullOrEmpty qW Then  Int32.TryParse qW destWidth  If destWidth 0 Then  destWidth 0  End If End If If Not String.IsNullOrEmpty.. qW Then  Int32.TryParse qW destWidth  If destWidth 0 Then  destWidth 0  End If End If If Not String.IsNullOrEmpty.. 
 |