Add description intellisense to ResizeImage
This commit is contained in:
parent
b4eab747a4
commit
eaf1f11735
1 changed files with 9 additions and 0 deletions
9
SpritePacker/SBRLUtilities/ResizeImage.cs
Normal file → Executable file
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>
|
||||
|
|
Loading…
Reference in a new issue