Complete rename ImageSize -> ImageDimensions

This commit is contained in:
Bond-009
2019-02-05 19:53:50 +01:00
parent 0ef2b46106
commit e216702bcf
6 changed files with 27 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
namespace MediaBrowser.Model.Drawing
{
/// <summary>
/// Struct ImageSize
/// Struct ImageDimensions
/// </summary>
public struct ImageDimensions
{