摘要:
计算机图形学课程作业-----画圆Public Class Form1Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.ClickDim G As Graphics = PictureBox1.CreateGraphics()Dim Br As SolidBrush = New SolidBrush(Color.Blue)Dim x0, y0, r, x, y As IntegerDim d As Integerd = 3 - 2 * rx0 阅读全文
posted @ 2013-07-04 17:33
Lzhm216
阅读(3232)
评论(0)
推荐(0)

浙公网安备 33010602011771号