Skip to content

Commit

Permalink
Removed explicit argument
Browse files Browse the repository at this point in the history
For better C# version compatibility
  • Loading branch information
Brent-A authored May 2, 2019
1 parent e796be5 commit a4b7f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/csharp/Microsoft.AzureKinect.WPF/ImageExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public static BitmapSource CreateBitmapSource(this Image image, double dpiX = 30
dpiX,
dpiY,
pixelFormat,
palette: null,
/* palette: */ null,
(IntPtr)reference.Buffer,
checked((int)reference.Size),
reference.StrideBytes);
Expand Down

0 comments on commit a4b7f05

Please sign in to comment.