コード例 #1
0
ファイル: Program.cs プロジェクト: payam49er/StdPaint
 static void Painter_RightButtonDown(object sender, PainterMouseEventArgs e)
 {
     paintBuffer.FloodFill(e.UnitLocation.X, e.UnitLocation.Y, pallette[pen]);
 }