基本信息
源码名称:C# 2D动画的简单例子
源码大小:0.18M
文件格式:.rar
开发语言:C#
更新时间:2023-12-10
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
C# 2D动画的简单例子
照着MSDN做的 希望有点用

.
├── C# 2D动画的简单例子_限速度移动到鼠标点击点.rar
└── 限速度移动到鼠标点击点
    ├── WpfApplication1
    │   ├── App.xaml
    │   ├── App.xaml.cs
    │   ├── Properties
    │   │   ├── AssemblyInfo.cs
    │   │   ├── Resources.Designer.cs
    │   │   ├── Resources.resx
    │   │   ├── Settings.Designer.cs
    │   │   └── Settings.settings
    │   ├── Window1.xaml
    │   ├── Window1.xaml.cs
    │   ├── WpfApplication1.csproj
    │   ├── bin
    │   │   ├── Debug
    │   │   │   ├── WpfApplication1.exe
    │   │   │   ├── WpfApplication1.pdb
    │   │   │   ├── WpfApplication1.vshost.exe
    │   │   │   └── WpfApplication1.vshost.exe.manifest
    │   │   └── Release
    │   └── obj
    │       ├── Debug
    │       │   ├── App.g.cs
    │       │   ├── TempPE
    │       │   │   └── Properties.Resources.Designer.cs.dll
    │       │   ├── Window1.baml
    │       │   ├── Window1.g.cs
    │       │   ├── WpfApplication1.Properties.Resources.resources
    │       │   ├── WpfApplication1.csproj.FileListAbsolute.txt
    │       │   ├── WpfApplication1.csproj.GenerateResource.Cache
    │       │   ├── WpfApplication1.exe
    │       │   ├── WpfApplication1.g.resources
    │       │   ├── WpfApplication1.pdb
    │       │   └── WpfApplication1_MarkupCompile.cache
    │       └── Release
    │           └── TempPE
    │               └── Properties.Resources.Designer.cs.dll
    ├── WpfApplication2
    │   ├── App.xaml
    │   ├── App.xaml.cs
    │   ├── MyCanvas.cs
    │   ├── Properties
    │   │   ├── AssemblyInfo.cs
    │   │   ├── Resources.Designer.cs
    │   │   ├── Resources.resx
    │   │   ├── Settings.Designer.cs
    │   │   └── Settings.settings
    │   ├── Window1.xaml
    │   ├── Window1.xaml.cs
    │   ├── WpfApplication2.csproj
    │   ├── bin
    │   │   ├── Debug
    │   │   │   ├── WpfApplication2.exe
    │   │   │   ├── WpfApplication2.pdb
    │   │   │   ├── WpfApplication2.vshost.exe
    │   │   │   └── WpfApplication2.vshost.exe.manifest
    │   │   └── Release
    │   │       ├── WpfApplication2.exe
    │   │       └── WpfApplication2.pdb
    │   └── obj
    │       ├── Debug
    │       │   ├── App.g.cs
    │       │   ├── GeneratedInternalTypeHelper.g.cs
    │       │   ├── TempPE
    │       │   │   └── Properties.Resources.Designer.cs.dll
    │       │   ├── Window1.baml
    │       │   ├── Window1.g.cs
    │       │   ├── WpfApplication2.Properties.Resources.resources
    │       │   ├── WpfApplication2.csproj.FileListAbsolute.txt
    │       │   ├── WpfApplication2.csproj.GenerateResource.Cache
    │       │   ├── WpfApplication2.exe
    │       │   ├── WpfApplication2.g.resources
    │       │   ├── WpfApplication2.pdb
    │       │   ├── WpfApplication2_MarkupCompile.cache
    │       │   └── WpfApplication2_MarkupCompile.lref
    │       └── Release
    │           ├── App.g.cs
    │           ├── GeneratedInternalTypeHelper.g.cs
    │           ├── TempPE
    │           │   └── Properties.Resources.Designer.cs.dll
    │           ├── Window1.baml
    │           ├── Window1.g.cs
    │           ├── WpfApplication2.Properties.Resources.resources
    │           ├── WpfApplication2.csproj.FileListAbsolute.txt
    │           ├── WpfApplication2.csproj.GenerateResource.Cache
    │           ├── WpfApplication2.exe
    │           ├── WpfApplication2.g.resources
    │           ├── WpfApplication2.pdb
    │           ├── WpfApplication2_MarkupCompile.cache
    │           └── WpfApplication2_MarkupCompile.lref
    ├── 限速度移动到鼠标点击点
    │   ├── App.xaml
    │   ├── App.xaml.cs
    │   ├── Properties
    │   │   ├── AssemblyInfo.cs
    │   │   ├── Resources.Designer.cs
    │   │   ├── Resources.resx
    │   │   ├── Settings.Designer.cs
    │   │   └── Settings.settings
    │   ├── Window1.xaml
    │   ├── Window1.xaml.cs
    │   ├── bin
    │   │   ├── Debug
    │   │   │   ├── Animations Samples.exe
    │   │   │   ├── Animations Samples.pdb
    │   │   │   ├── Animations Samples.vshost.exe
    │   │   │   ├── 限速度移动到鼠标点击点.exe
    │   │   │   ├── 限速度移动到鼠标点击点.pdb
    │   │   │   ├── 限速度移动到鼠标点击点.vshost.exe
    │   │   │   └── 限速度移动到鼠标点击点.vshost.exe.manifest
    │   │   └── Release
    │   ├── obj
    │   │   ├── Debug
    │   │   │   ├── Animations Samples.csproj.FileListAbsolute.txt
    │   │   │   ├── Animations Samples.csproj.GenerateResource.Cache
    │   │   │   ├── Animations Samples.exe
    │   │   │   ├── Animations Samples.g.resources
    │   │   │   ├── Animations Samples.pdb
    │   │   │   ├── Animations Samples_MarkupCompile.cache
    │   │   │   ├── Animations_Samples.Properties.Resources.resources
    │   │   │   ├── App.g.cs
    │   │   │   ├── TempPE
    │   │   │   │   └── Properties.Resources.Designer.cs.dll
    │   │   │   ├── Window1.baml
    │   │   │   ├── Window1.g.cs
    │   │   │   ├── 限速度移动到鼠标点击点.csproj.FileListAbsolute.txt
    │   │   │   ├── 限速度移动到鼠标点击点.csproj.GenerateResource.Cache
    │   │   │   ├── 限速度移动到鼠标点击点.exe
    │   │   │   ├── 限速度移动到鼠标点击点.g.resources
    │   │   │   ├── 限速度移动到鼠标点击点.pdb
    │   │   │   └── 限速度移动到鼠标点击点_MarkupCompile.cache
    │   │   └── Release
    │   │       └── TempPE
    │   │           └── Properties.Resources.Designer.cs.dll
    │   ├── 限速度移动到鼠标点击点.csproj
    │   └── 限速度移动到鼠标点击点.csproj.user
    ├── 限速度移动到鼠标点击点.sln
    └── 限速度移动到鼠标点击点.suo

31 directories, 108 files