摘要:
知识点一:storyboard创建动画storyboard =newStoryboard();//创建X轴方向动画DoubleAnimationdoubleAnimation =newDoubleAnimation(Canvas.GetLeft(Spirit),p.X,newDuration(TimeSpan.FromSeconds(1)));Storyboard.SetTarget(doubleAnimation, Spirit);Storyboard.SetTargetProperty(doubleAnimation,newPropertyPath("(Canvas.Left)& 阅读全文
摘要:
知识点1:描线吧totalWidth*totalHeight的carrier分成singleWidth*singleHeight的lineColor颜色的矩形框,框为dashWidth宽,间隙dashSpace/// <summary> /// 绘?制?网ª?格?边À?线? /// </summary> private void SetGridLines(Canvas carrier, double totalWidth, double totalHeight, double singleWidth, double singleHeight,Colo 阅读全文
摘要:
一、前言最近看了这么多的博客文章,发现些博文的好处,情不自禁也准备写点,不是什么知识分享,就自己那点墨水,我知道,怕拿出来还误人子弟呢,而且都是别人的东西呢,也就不借花献佛了,呵呵:)先这个WPF游戏系列主要1:是给自己巩固巩固知识,学海无涯啊,怎么学都学不完呢,那就把已经学会的好好整理整理;2:做个学习笔记,以后相关知识点查找起来也方便呢。嗯差不多了,先救这个目的吧,下面进入正题了哦:)----------------------------------------------------华丽的分割线---------------------------------------------- 阅读全文