Parsi Coders
سورس کد تبدیل عکس به ایکون ( سی شارپ ) - نسخه قابل چاپ

+- Parsi Coders (http://parsicoders.com)
+-- انجمن: Software Development Programming (http://parsicoders.com/forumdisplay.php?fid=37)
+--- انجمن: C# Programming (http://parsicoders.com/forumdisplay.php?fid=55)
+--- موضوع: سورس کد تبدیل عکس به ایکون ( سی شارپ ) (/showthread.php?tid=2069)



سورس کد تبدیل عکس به ایکون ( سی شارپ ) - Amin_Mansouri - 04-08-2012

Instructions: Assumes "using System.Drawing;"

Just paste into your code. Or make it public and put it in another class.

نقل قول: /// <summary>
/// Converts an image into an icon.
/// </summary>
/// <param name="img">The image that shall become an icon</param>
/// <param name="size">The width and height of the icon. Standard
/// sizes are 16x16, 32x32, 48x48, 64x64.</param>
/// <param name="keepAspectRatio">Whether the image should be squashed into a
/// square or whether whitespace should be put around it.</param>
/// <returns>An icon!!</returns>
private Icon MakeIcon(Image img, int size, bool keepAspectRatio) {
Bitmap square = new Bitmap(size, size); // create new bitmap
Graphics g = Graphics.FromImage(square); // allow drawing to it

int x, y, w, h; // dimensions for new image

if(!keepAspectRatio || img.Height == img.Width) {
// just fill the square
x = y = 0; // set x and y to 0
w = h = size; // set width and height to size
} else {
// work out the aspect ratio
float r = (float)img.Width / (float)img.Height;

// set dimensions accordingly to fit inside size^2 square
if(r > 1) { // w is bigger, so divide h by r
w = size;
h = (int)((float)size / r);
x = 0; y = (size - h) / 2; // center the image
} else { // h is bigger, so multiply w by r
w = (int)((float)size * r);
h = size;
y = 0; x = (size - w) / 2; // center the image
}
}

// make the image shrink nicely by using HighQualityBicubic mode
g.InterpolationMode = System.Drawing.Drawing2D.InterpolationMode.HighQualityBicubic;
g.DrawImage(img, x, y, w, h); // draw image with specified dimensions
g.Flush(); // make sure all drawing operations complete before we get the icon

// following line would work directly on any image, but then
// it wouldn't look as nice.
return Icon.FromHandle(square.GetHicon());
}



accutane tabletten kaufen accutane kaufen deutschland accutane kaufen deuts - sonusood - 10-08-2022

accutane tabletten kaufen accutane ohne rezept isotretinoin 20mg rezeptfrei
accutane kaufen deutschland accutane tabletten kaufen accutane rezeptfrei bestellen
accutane kaufen deutschland accutane tabletten kaufen isotretinoin rezeptfrei österreich
isotretinoin ohne rezept kaufen accutane tabletten kaufen isotretinoin rezeptfrei kaufen
accutane rezeptfrei accutane tabletten kaufen isotretinoin ohne rezept kaufen
accutane kaufen schweiz accutane tabletten kaufen accutane online kaufen