WEB开发网
开发学院图形图像Flash silverlight2 游戏 1 你能坚持多少秒 阅读

silverlight2 游戏 1 你能坚持多少秒

 2009-05-15 12:08:26 来源:WEB开发网   
核心提示: Owner.xaml.cs1using System;2using System.Collections.Generic;3using System.Linq;4using System.Net;5using System.Windows;6using System.Windows.Con

Owner.xaml.cs

 1using System;
 2using System.Collections.Generic;
 3using System.Linq;
 4using System.Net;
 5using System.Windows;
 6using System.Windows.Controls;
 7using System.Windows.Documents;
 8using System.Windows.Input;
 9using System.Windows.Media;
10using System.Windows.Media.Animation;
11using System.Windows.Shapes;
12
13namespace Movebox
14{
15    public partial class Owner : UserControl
16    {
17        public Owner()
18        {
19            InitializeComponent();
20        }
21
22        public double X
23        {
24            set
25            {
26                rectangle_owner_point.X = value;
27            }
28            get { return rectangle_owner_point.X; }
29        }
30
31        public double Y
32        {
33            set
34            {
35                rectangle_owner_point.Y = value;
36            }
37            get { return rectangle_owner_point.Y; }
38        }
39    }
40}

上一页  1 2 3 4 5 

Tags:silverlight 游戏 坚持

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接