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
Copy file name to clipboardExpand all lines: src/csharp/SDK/Image.cs
+2-22Lines changed: 2 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ public class Image : IMemoryOwner<byte>, IDisposable
46
46
/// <param name="format">The pixel format of the image. Must be a format with a constant pixel size.</param>
47
47
/// <param name="widthPixels">Width of the image in pixels.</param>
48
48
/// <param name="heightPixels">Height of the image in pixels.</param>
49
-
/// <param name="strideBytes">Stride of the image in bytes. Must be as large as the width times the size of a pixel.</param>
49
+
/// <param name="strideBytes">Stride of the image in bytes. Must be as large as the width times the size of a pixel. Set to zero for the default if available for that format.</param>
0 commit comments