예제 #1
0
        public MainForm()
        {
            InitializeComponent();

            drawOrigin = new Point(picture1.Width / 2, picture1.Height / 2);
            joycon     = new Math3D.Math3D.Cube(200, 100, 20);
        }