|
MaxAllowedHeightInPixels = Constants.MaxHeight,
|
|
MaxAllowedHeightInPixels = Constants.MaxHeight,
|
|
: bitmap.Resize(width: Constants.MaxWidth, height: Constants.MaxHeight, WriteableBitmapExtensions.Interpolation.Bilinear);
|
|
: bitmap.Resize(width: Constants.MaxWidth, height: Constants.MaxHeight, WriteableBitmapExtensions.Interpolation.Bilinear);
|