silverlight2 游戏 1 你能坚持多少秒
2009-05-15 12:08:26 来源:WEB开发网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}
Tags:silverlight 游戏 坚持
编辑录入:爽爽 [复制链接] [打 印]- ››silverlight全屏显示图片
- ››Silverlight MVVM 模式(一) 切近实战
- ››Silverlight for Windows Phone 7开发系列(1):...
- ››Silverlight for Windows Phone 7开发系列(2):...
- ››Silverlight for Windows Phone 7开发系列(3):...
- ››Silverlight for Windows Phone 7开发系列(4):...
- ››游戏定位成牵引Android发展的火车头
- ››Silverlight for Symbian
- ››游戏场景烘焙贴图制作
- ››游戏植物大战僵尸 iPhone 版9天销售额超100万美元...
- ››坚持功能完善 美图秀秀2.1.7发布
- ››游戏开发包 iPhone cocos2d 初体验
更多精彩
赞助商链接