خواندن و نوشتن رنگ یک پیکسل به کمک کلاس Bitmap
شنبه 24 خرداد 1393 3:17 AM
خواندن و نوشتن رنگ یک پیکسل
using System.Drawing.Imaging;
Bitmap bmp = new Bitmap(picturebox1.Image); //read Color c = bmp.GetPixel(1, 1); //write bmp.SetPixel(2, 2, c);
مثال -
<font color="blue">private</font> <font color="blue">void</font> GetPixel_Example (PaintEventArgs e) { <font color="green">// Create a Bitmap object from an image file.</font> Bitmap myBitmap = <font color="blue">new</font> Bitmap(<font color="maroon"> <font color="maroon">"Grapes.jpg"</font></font>); <font color="green">// Get the color of a pixel within myBitmap.</font> Color pixelColor = myBitmap.GetPixel(50, 50); <font color="green">// Fill a rectangle with pixelColor.</font> SolidBrush pixelBrush = <font color="blue">new</font> SolidBrush(pixelColor); e.Graphics.FillRectangle(pixelBrush, 0, 0, 100, 100); }
ترکی زبان قربون صدقه رفتنه داریم که: گوزلرین گیلهسین قاداسین آلیم که یعنی درد و بلای مردمک چشات به جونم …!.