C# Class ClaudiaIDE.Helpers.Utils

Show file Open project: zxsean/ClaudiaIDE

Public Methods

Method Description
EnsureMaxWidthHeight ( BitmapImage original, int maxWidth, int maxHeight ) : BitmapImage

Method Details

EnsureMaxWidthHeight() public static method

public static EnsureMaxWidthHeight ( BitmapImage original, int maxWidth, int maxHeight ) : BitmapImage
original System.Windows.Media.Imaging.BitmapImage
maxWidth int
maxHeight int
return System.Windows.Media.Imaging.BitmapImage