You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -471,10 +471,10 @@ public sealed class ColumnOptions
471
471
publicreadonlystringInputColumnName;
472
472
473
473
/// <summary>Width to resize the image to.</summary>
474
-
publicreadonlyintWidth;
474
+
publicreadonlyintImageWidth;
475
475
476
476
/// <summary>Height to resize the image to.</summary>
477
-
publicreadonlyintHeight;
477
+
publicreadonlyintImageHeight;
478
478
479
479
/// <summary>What <see cref="ResizingKind"/> to use (uniform, or non-uniform).</summary>
480
480
publicreadonlyResizingKindResizing;
@@ -489,31 +489,31 @@ public sealed class ColumnOptions
489
489
/// Describes how the transformer handles one image resize column pair.
490
490
/// </summary>
491
491
/// <param name="name">Name of the column resulting from the transformation of <paramref name="inputColumnName"/>.</param>
492
-
/// <param name="width">Width of resized image.</param>
493
-
/// <param name="height">Height of resized image.</param>
492
+
/// <param name="imageWidth">Width of resized image.</param>
493
+
/// <param name="imageHeight">Height of resized image.</param>
494
494
/// <param name="inputColumnName">Name of column to transform. If set to <see langword="null"/>, the value of the <paramref name="name"/> will be used as source.</param>
495
495
/// <param name="resizing">What <see cref="ImageResizingEstimator.ResizingKind"/> to use.</param>
496
496
/// <param name="anchor">If <paramref name="resizing"/> set to <see cref="ImageResizingEstimator.ResizingKind.IsoCrop"/> what anchor to use for cropping.</param>
0 commit comments