资源简介
实现了不通过爽缓冲和通过双缓冲两种功能绘画五彩方块,可以很明显的看出双缓冲的效果更高更平滑
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Text;
//该源码下载自C#编程网|www.cpbcw.com
namespace CSHARPTetris
{
class BrickUnit
{
internal BrickUnit() { }
private static float _width = 18;
internal static float width
{
get { return _width; }
set
{
_width = value;
}
}
private static float _space = 2;
internal static float space
{
get { return _space; }
set
{
_space=value;
}
}
internal static float totalWidth
{
get { return _width + _space; }
}
private Color _backColor = Color.Black;
internal Color backColor {
get { return _backColor; }
set { _backColor = value; }
}
private Co
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 2603 2011-02-22 21:23 logo.gif
文件 962 2011-06-30 10:42 WindowsFormsApplication1.sln
..A..H. 19456 2011-10-21 08:34 WindowsFormsApplication1.suo
文件 190 2011-02-01 21:29 更多C#源码下载.url
文件 1874 2011-10-21 08:35 下载必读.txt
文件 11264 2011-10-21 08:33 WindowsFormsApplication1\bin\Debug\WindowsFormsApplication1.exe
文件 30208 2011-10-21 08:33 WindowsFormsApplication1\bin\Debug\WindowsFormsApplication1.pdb
文件 14328 2011-10-21 08:33 WindowsFormsApplication1\bin\Debug\WindowsFormsApplication1.vshost.exe
文件 490 2009-06-11 05:14 WindowsFormsApplication1\bin\Debug\WindowsFormsApplication1.vshost.exe.manifest
文件 1815 2011-10-21 08:34 WindowsFormsApplication1\BrickUnit.cs
文件 2420 2011-10-21 08:34 WindowsFormsApplication1\Form1.cs
文件 4694 2011-06-30 10:42 WindowsFormsApplication1\Form1.Designer.cs
文件 5814 2011-06-30 10:42 WindowsFormsApplication1\Form1.resx
文件 180 2011-10-21 08:33 WindowsFormsApplication1\obj\Debug\CSHARPTetris.Form1.resources
文件 1199 2011-10-21 08:33 WindowsFormsApplication1\obj\Debug\WindowsFormsApplication1.csproj.FileListAbsolute.txt
文件 847 2011-10-21 08:33 WindowsFormsApplication1\obj\Debug\WindowsFormsApplication1.csproj.GenerateResource.Cache
文件 11264 2011-10-21 08:33 WindowsFormsApplication1\obj\Debug\WindowsFormsApplication1.exe
文件 30208 2011-10-21 08:33 WindowsFormsApplication1\obj\Debug\WindowsFormsApplication1.pdb
文件 180 2011-10-21 08:33 WindowsFormsApplication1\obj\Debug\WindowsFormsApplication1.Properties.Resources.resources
文件 538 2011-10-21 08:34 WindowsFormsApplication1\Program.cs
文件 1404 2011-06-30 10:42 WindowsFormsApplication1\Properties\AssemblyInfo.cs
文件 2898 2011-06-30 10:42 WindowsFormsApplication1\Properties\Resources.Designer.cs
文件 5612 2011-06-30 10:42 WindowsFormsApplication1\Properties\Resources.resx
文件 1109 2011-06-30 10:42 WindowsFormsApplication1\Properties\Settings.Designer.cs
文件 249 2011-06-30 10:42 WindowsFormsApplication1\Properties\Settings.settings
文件 3834 2011-06-30 10:42 WindowsFormsApplication1\WindowsFormsApplication1.csproj
目录 0 2011-10-21 08:32 WindowsFormsApplication1\obj\Debug\TempPE
目录 0 2011-10-21 08:33 WindowsFormsApplication1\bin\Debug
目录 0 2011-10-21 08:33 WindowsFormsApplication1\obj\Debug
目录 0 2011-10-21 08:32 WindowsFormsApplication1\bin
............此处省略6个文件信息
- 上一篇:s7200模拟量控制
- 下一篇:很好用的24c02读写程序
相关资源
- VA_X_Setup2118.rar
- CHS_Ha_PasswarekitEnterprise10.0.exe
- 无线通信AndreaGoldsmith杨鸿文等译.rar
- 迅捷PDF转换器破解版.rar
- 迅捷PDF编辑器破解版.rar
- 金字塔原理1清晰扫描版.pdf
- TeamViewer_11已激活+破解版+随意换ID.z
- FieldtheoryofGuidedwavesCollin__2nd.pdf
- 先进电气驱动的分析建模与控制[比
- IPC-J-STD033潮湿、回流焊敏感表面贴装
- 网络是怎样连接的_户根勤.pdf
- tesseract最新最全资料.rar
- 大话数据结构.epub
- iBATIS实战.pdf
- zw_new_smile-7110337-ImageAnimationTest.zip
- zw_jhn199388-9911706-基于51单片机都_自动
- zw_fan7983377-9600053-RecyclerViewDemo.zip
- zw_CHINA__.zip
- 我的第一本算法书+算法图解.zip
- 数学物理方法_德顾樵编著_2012.01_545页
- zw_WKTConvert.zip
- tdxw.exe
- zw_LabVIEW_8.20程序设计从入门到精通.
- zw_20170105220330215.zip
- unlocker-master最新版.rar
- Nginx核心知识100讲全套课件.zip
- navicat.11.2.16.premium_cs_x64破解版.zip
- 凸优化_Boyd_王书宁译.rar
- 云盘.rar
- Xshell5.exe
评论
共有 条评论