public static void GetResizeInfo( int originalWidth, int originalHeight, int desiredWidth, int desiredHeight, out int resizeWidth, out int resizeHeight )
Parameters
- originalWidth
- Original width of image
- originalHeight
- Original height of image
- desiredWidth
- Desired width of image
- desiredHeight
- Desired height of image
- resizeWidth
- The resulting width of the image for use in resizing
- resizeHeight
- The resulting height of the image for use in resizing