• 2022-06-06 问题

    绘制一个实心圆,下列代码正确的是 A: Graphics g=CreateGraphics();Pen myPen=new Pen(Color.Blue);g.DrawEllipse(myPen, new Rectangle(50, 50, 100, 100)); B: Graphics g=CreateGraphics();SolidBrush myBrush = new SolidBrush(Color.Blue);g.DrawEllipse(myBrush, new Rectangle(50, 50, 100, 100)); C: Graphics g=CreateGraphics();SolidBrush myBrush = new SolidBrush(Color.Blue); g.FillEllipse(myBrush, new Rectangle(50, 50, 100, 100)); D: Graphics g=CreateGraphics();Pen myPen=new Pen(Color.Blue);g.FillEllipse(myPen, new Rectangle(50, 50, 100, 100));

    绘制一个实心圆,下列代码正确的是 A: Graphics g=CreateGraphics();Pen myPen=new Pen(Color.Blue);g.DrawEllipse(myPen, new Rectangle(50, 50, 100, 100)); B: Graphics g=CreateGraphics();SolidBrush myBrush = new SolidBrush(Color.Blue);g.DrawEllipse(myBrush, new Rectangle(50, 50, 100, 100)); C: Graphics g=CreateGraphics();SolidBrush myBrush = new SolidBrush(Color.Blue); g.FillEllipse(myBrush, new Rectangle(50, 50, 100, 100)); D: Graphics g=CreateGraphics();Pen myPen=new Pen(Color.Blue);g.FillEllipse(myPen, new Rectangle(50, 50, 100, 100));

  • 2022-06-19 问题

    绘制直线主要用到了Graphics类中的()方法。 A: DrawString B: DrawEllipse C: DrawRectangle D: DrawLine

    绘制直线主要用到了Graphics类中的()方法。 A: DrawString B: DrawEllipse C: DrawRectangle D: DrawLine

  • 2022-06-26 问题

    在画布对象中,画圆的方法是:___________。 A: FillArc B: DrawArc C: DrawLine D: DrawEllipse E: DrawRectangle

    在画布对象中,画圆的方法是:___________。 A: FillArc B: DrawArc C: DrawLine D: DrawEllipse E: DrawRectangle

  • 2022-06-26 问题

    在画布对象中,画圆的方法是:___________。 A: DrawEllipse B: DrawLine C: DrawArc D: FillArc E: DrawRectangle

    在画布对象中,画圆的方法是:___________。 A: DrawEllipse B: DrawLine C: DrawArc D: FillArc E: DrawRectangle

  • 2022-06-26 问题

    在画布对象中,画圆的方法是:___________。 A: DrawEllipse B: DrawLine C: DrawArc D: FillArc E: DrawRectangle

    在画布对象中,画圆的方法是:___________。 A: DrawEllipse B: DrawLine C: DrawArc D: FillArc E: DrawRectangle

  • 2022-06-26 问题

    在画布对象中,画圆的方法是:___________。 A: DrawEllipse B: DrawLine C: DrawArc D: FillArc E: DrawRectangle

    在画布对象中,画圆的方法是:___________。 A: DrawEllipse B: DrawLine C: DrawArc D: FillArc E: DrawRectangle

  • 2022-06-26 问题

    在画布对象中,画圆的方法是:___________。 A: DrawEllipse B: DrawLine C: DrawArc D: FillArc E: DrawRectangle

    在画布对象中,画圆的方法是:___________。 A: DrawEllipse B: DrawLine C: DrawArc D: FillArc E: DrawRectangle

  • 2022-06-26 问题

    在画布对象中,画圆的方法是:___________。 A: DrawEllipse B: DrawLine C: DrawArc D: FillArc E: DrawRectangle

    在画布对象中,画圆的方法是:___________。 A: DrawEllipse B: DrawLine C: DrawArc D: FillArc E: DrawRectangle

  • 2022-06-26 问题

    在画布对象中,画圆的方法是:___________。 A: DrawEllipse B: DrawLine C: DrawArc D: FillArc E: DrawRectangle

    在画布对象中,画圆的方法是:___________。 A: DrawEllipse B: DrawLine C: DrawArc D: FillArc E: DrawRectangle

  • 2022-06-26 问题

    在画布对象中,画圆的方法是:___________。 A: DrawEllipse B: DrawLine C: DrawArc D: FillArc E: DrawRectangle

    在画布对象中,画圆的方法是:___________。 A: DrawEllipse B: DrawLine C: DrawArc D: FillArc E: DrawRectangle

  • 1 2 3 4 5 6 7 8 9 10