tObject («cursor_pencil», resourceCulture); ((byte []) (obj));
}
} static System.Drawing.Bitmap exit {{obj=ResourceManager.GetObject («exit», resourceCulture); ((System.Drawing.Bitmap) (obj));
}
} static System.Drawing.Bitmap noFileOpened {{obj=ResourceManager.GetObject («noFileOpened», resourceCulture); ((System.Drawing.Bitmap) (obj));
}
} static System.Drawing.Bitmap open2 {{obj=ResourceManager.GetObject («open2», resourceCulture); ((System.Drawing.Bitmap) (obj));
}
} static System.Drawing.Bitmap palette {{obj=ResourceManager.GetObject («palette», resourceCulture); ((System.Drawing.Bitmap) (obj));
}
} static System.Drawing.Bitmap pencil {{obj=ResourceManager.GetObject («pencil», resourceCulture); ((System.Drawing.Bitmap) (obj));
}
} static System.Drawing.Bitmap redo {{obj=ResourceManager.GetObject («redo», resourceCulture); ((System.Drawing.Bitmap) (obj));
}
} static System.Drawing.Bitmap save {{obj=ResourceManager.GetObject («save», resourceCulture); ((System.Drawing.Bitmap) (obj));
}
} static System.Drawing.Bitmap saveas {{obj=ResourceManager.GetObject («saveas», resourceCulture); ((System.Drawing.Bitmap) (obj));
}
} static System.Drawing.Bitmap toolLine {{obj=ResourceManager.GetObject («toolLine», resourceCulture); ((System.Drawing.Bitmap) (obj));
}
} static System.Drawing.Bitmap toolsEllipse2 {{obj=ResourceManager.GetObject («toolsEllipse2», resourceCulture); ((System.Drawing.Bitmap) (obj));
}
} static System.Drawing.Bitmap toolsLine {{obj=ResourceManager.GetObject («toolsLine», resourceCulture); ((System.Drawing.Bitmap) (obj));
}
} static System.Drawing.Bitmap toolsLine1 {{obj=ResourceManager.GetObject («toolsLine1», resourceCulture); ((System.Drawing.Bitmap) (obj));
}
} static System.Drawing.Bitmap toolsRectangle {{obj=ResourceManager.GetObject («toolsRectangle», resourceCulture); ((System.Drawing.Bitmap) (obj));
}
} static System.Drawing.Bitmap toolsRectangle1 {{obj=ResourceManager.GetObject («toolsRectangle1», resourceCulture); ((System.Drawing.Bitmap) (obj));
}
} static System.Drawing.Bitmap undo {{obj=ResourceManager.GetObject («undo», resourceCulture); ((System.Drawing.Bitmap) (obj));
}
}
}
}
Лістінг файлу Draw.cs
System;System.Collections.Generic;System.Text;System.Drawing;System.Drawing.Imaging;MISC.Classes
{Draw
{public Bitmap SetColorMatrix (Bitmap bmp, ColorMatrix cm)
{ia=new ImageAttributes ();. SetColorMatrix (cm); temp=new Bitmap (bmp.Width, bmp.Height); gr=Graphics.FromImage (temp);. DrawImage (bmp, new Rectangle (0, 0, bmp.Width, bmp.Hei...