Dr.Ajay Kashyap

Dr.Ajay Kashyap

  • NA
  • 521
  • 277.6k

Increase image Height without Increase The Size Of Image

Feb 20 2017 7:47 AM
Increase image Height And Width without Increase The Size Of Image:-
 
My Code:- 
 
 
ResizeSettings resizeSetting = new ResizeSettings
{
Width = width,
Height = height,
Mode = FitMode.None,
Quality = 90,
Stretch = StretchMode.Fill,
};
 

Answers (3)