예제 #1
0
 private void BtnRedColor_Click(object sender, System.EventArgs e)
 {
     colorPaint = new Paint.Draw.Color(255, 0, 0);
     _drawModel.CurrentColor = colorPaint;
 }
예제 #2
0
 private void BtnGreenColor_Click(object sender, System.EventArgs e)
 {
     colorPaint = new Paint.Draw.Color(10, 252, 10);
     _drawModel.CurrentColor = colorPaint;
 }