mirror of
https://github.com/Leonmmcoset/CMLeonOS.git
synced 2026-04-21 19:24:00 +00:00
桌面环境:增加环境变量APP并给Paint应用程序增加更多画图工具
This commit is contained in:
@@ -31,7 +31,12 @@ namespace CMLeonOS.Gui.Apps.Paint
|
||||
internal readonly List<Tool> Tools = new List<Tool>()
|
||||
{
|
||||
new Tools.Pencil(),
|
||||
new Tools.CircleBrush()
|
||||
new Tools.CircleBrush(),
|
||||
new Tools.Eraser(),
|
||||
new Tools.LineTool(),
|
||||
new Tools.RectangleTool(),
|
||||
new Tools.FilledRectangleTool(),
|
||||
new Tools.FilledCircleTool()
|
||||
};
|
||||
|
||||
private void TableClicked(int x, int y)
|
||||
|
||||
Reference in New Issue
Block a user