Add description intellisense to ResizeImage

This commit is contained in:
Starbeamrainbowlabs 2016-08-08 20:25:01 +00:00
parent b4eab747a4
commit eaf1f11735
1 changed files with 9 additions and 0 deletions

9
SpritePacker/SBRLUtilities/ResizeImage.cs Normal file → Executable file
View File

@ -9,6 +9,15 @@ namespace SpritePacker.SBRLUtilities
/// <summary>
/// Resizes a <c>Bitmap</c> such that it fits within the target dimensions.
/// </summary>
/// <description>
/// v0.1, by Starbeamrainbowlabs
/// Last updated on 2nd August 2016
/// Licensed under MPL v2.0.
///
/// Changelog:
/// v0.1 (2nd August 2016):
/// - Initial Release.
/// </description>
/// <param name="sourceImage">The image to resize.</param>
/// <param name="targetBox">The target dimensions.</param>
/// <returns>The resized image.</returns>