Add description intellisense to ResizeImage

This commit is contained in:
Starbeamrainbowlabs 2016-08-08 20:25:01 +00:00
부모 b4eab747a4
커밋 eaf1f11735
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제

9
SpritePacker/SBRLUtilities/ResizeImage.cs Normal file → Executable 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>