您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. c#做的俄罗斯方块,不下后悔

  2. 提供一个核心类,接口仅几个,方便外围开发,你可以在此基础上做一些扩展,如使其界面更美观,方块更美观等 class DyPanel :Panel { #region 类属性 private Timer t_slow,t_fast; private XY current_p, start_p; private XY []cur_square; private XY []afterChange_squar; private int wi dth, height; private SolidBrush
  3. 所属分类:C#

    • 发布日期:2009-05-18
    • 文件大小:247808
    • 提供者:zhou1zhou8
  1. GDI+编程 vcGdi

  2. 用MFC开发GDI+程序 GDI+帮助文档 GDI+的组成 DrawRectangle——画单个矩形(4个重载) 画[椭]圆DrawEllipse 画[椭]圆弧DrawArc 画多边形DrawPolygon 画填充图 画圆饼图 画填充多边形FillPolygon 基数样条曲线(cardinal spline curve) // DrawCurve与DrawClosedCurve 贝塞尔曲线(Bezier curve) DrawBezier 使用专用字体集 图形路径GraphicsPath 路径
  3. 所属分类:C++

    • 发布日期:2009-09-04
    • 文件大小:7340032
    • 提供者:on_line
  1. ClipImageClipImageClipImageClipImageClipImageClipImage

  2. using System; using System.Drawing; using System.Windows.Forms; namespace ClipImage { public partial class FormImage : Form { #region 自定义对象 private Point position; private Rectangle clip; private NotifyIcon notifyInfo; #endregion public FormImage()
  3. 所属分类:其它

    • 发布日期:2010-03-09
    • 文件大小:24576
    • 提供者:kingzhexian
  1. winCE上的代码能用的好少

  2. Graphics这个没有了么?? 这里不是很清楚么??还有注释呢。。 public sealed class Graphics : MarshalByRefObject, IDeviceContext, IDisposable 这个是那东西的定义。。简单理解成是你要在上面画画的对象就行了 这个不用出现在代码里面啊。。。。 System.Drawing.Pen myPen = new System.Drawing.Pen(System.Drawing.Color.Red);//画笔 对象 Sys
  3. 所属分类:C++

    • 发布日期:2010-04-07
    • 文件大小:1048576
    • 提供者:lkzc11
  1. nrbus bezier 曲线

  2. 运用相关类的DRAW方法, //当我们前面定义多个方法时很有用,比例我们还可以加些 //画矩形(DrawRectangle)画园(DrawEllipse)等 //在这里我们只定义一个方法(画线)。
  3. 所属分类:专业指导

    • 发布日期:2010-05-04
    • 文件大小:253952
    • 提供者:lkzc99
  1. 鼠标获取坐标画图 画bezier

  2. 运用相关类的DRAW方法, //当我们前面定义多个方法时很有用,比例我们还可以加些 //画矩形(DrawRectangle)画园(DrawEllipse)等 //在这里我们只定义一个方法(画线)。
  3. 所属分类:专业指导

    • 发布日期:2010-05-04
    • 文件大小:1048576
    • 提供者:lkzc99
  1. 作者:金哲显编的软件

  2. using System; using System.Drawing; using System.Windows.Forms; namespace ClipImage { public partial class FormImage : Form { #region private Point position; private Rectangle clip; #endregion public FormImage() { #region InitializeComponent(); this
  3. 所属分类:其它

    • 发布日期:2010-05-08
    • 文件大小:57344
    • 提供者:kingzhexian
  1. VC++ GDI开发包

  2. Visual C++6.0使用GDI+的一般方法 1. 载解压GDI+开发包; 2. 正确设置include & lib 目录; 3. stdafx.h 添加: #ifndef ULONG_PTR #define ULONG_PTR unsigned long* #endif #include 4. 程序中添加GDI+的包含文件gdiplus.h以及附加的类库gdiplus.lib。 通常gdiplus.h包含文件添加在应用程序的stdafx.h文件中,而gdiplus.lib可用两种进行添
  3. 所属分类:C++

    • 发布日期:2010-12-02
    • 文件大小:934912
    • 提供者:zhoufuyan6
  1. java培训教程教学课件

  2. 《Java就业培训教程》 作者:张孝祥 书中源码 网址:www.itcast.cn 《Java就业培训教程》P34源码 程序清单:Promote.java class Promote { public static void main(String args[]) { byte b = 50; char c = 'a'; short s = 1024; int i = 50000; float f = 5.67f; double d = .1234; double result = (f *
  3. 所属分类:Java

    • 发布日期:2010-12-11
    • 文件大小:1048576
    • 提供者:abc515666266
  1. C#画图之C#画点方法总结

  2. 简单总结了三种C#画点方法 1)public void DrawLineFloat(PaintEventArgs e) 2)g.DrawRectangle(thepen, ps[i].X, ps[i].Y, 0.5F, 0.5F); 3)g.DrawImageUnscaled(bm, e.X, e.Y);
  3. 所属分类:C#

    • 发布日期:2011-05-02
    • 文件大小:23552
    • 提供者:wg_cehui
  1. DrawRectangle

  2. 用MFC绘制矩形及椭圆,包含源代码,DrawView。cpp
  3. 所属分类:C/C++

    • 发布日期:2011-05-11
    • 文件大小:516
    • 提供者:ai090405026
  1. VC++课程设计 绘图

  2. class CLine : public CObject//,public CRect { private: CPoint m_pt1; CPoint m_pt2; UINT m_nStyle; COLORREF m_nColor; UINT m_nSize; public: void Serialize(CArchive &ar); DECLARE_SERIAL(CLine) CLine(); virtual ~CLine(); CLine(UINT m_nStyle,COLORREF Co
  3. 所属分类:C++

    • 发布日期:2011-07-14
    • 文件大小:3145728
    • 提供者:fuxp790028352
  1. C# GDI+ 简单画图小例子(适合新手)

  2. C# GDI+ 简单画图小例子(适合新手) 如有转载,请注明出处:http://www.cnblogs.com/flydoos/archive/2011/09/22/2184943.html C# GDI+ 简单画图小例子(适合新手) 专门写给新手看的,加了一些人性化的注释,便于新手理解。高手请飘过,嘻嘻。 特别注意:如果你的不是VS2010,那么请到这里下载【Visual Studio 版本互转工具】,转换之后,就能用2005、2008打开2010的东西....下载:http://www.c
  3. 所属分类:.Net

    • 发布日期:2011-09-22
    • 文件大小:20480
    • 提供者:flydoos
  1. 验证码代码

  2. web页面验证码代码 private void CreateCheckCodeImage(string[] checkCode) { if (checkCode == null || checkCode.Length <= 0) return; System.Drawing.Bitmap image = new System.Drawing.Bitmap((int)Math.Ceiling((checkCode.Length * 32.5)), 30); System.Drawing.G
  3. 所属分类:C#

    • 发布日期:2011-11-29
    • 文件大小:4096
    • 提供者:binghongcha111
  1. C# for CSDN 乱七八糟的看不懂

  2. 没法下载,到这里折腾一把试试。 本文由abc2253130贡献 doc文档可能在WAP端浏览体验不佳。建议您优先选择TXT,或下载源文件到本机查看。 C#(WINFORM)学习 一、 C#基础 基础 类型和变量 类型和变量 类型 C# 支持两种类型:“值类型”和“引用类型”。值类型包括简单类型(如 char、int 和 float 等)、枚举类型和结构类型。引用类型包括类 (Class)类 型、接口类型、委托类型和数组类型。 变量的类型声明 变量的类型声明 每个变量必须预先声明其类型。如 in
  3. 所属分类:C#

    • 发布日期:2012-06-03
    • 文件大小:83968
    • 提供者:jaredsun
  1. GDI+开发包 与 开发详解

  2. 1. 载解压GDI+开发包; 2. 正确设置include & lib 目录; 3. stdafx.h 添加: #ifndef ULONG_PTR #define ULONG_PTR unsigned long* #endif #include 或者 将Visual C++ 2005下的BaseTsd.h头文件(该文件已放入GDI+开发包的Include目录中)替换Visual C++ 6.0下的 BaseTsd.h头文件。然后: #include #include 或者 将Visual
  3. 所属分类:C++

    • 发布日期:2012-06-28
    • 文件大小:939008
    • 提供者:lishoubox
  1. vb.net中的碎片发生器

  2. Option Strict OnImports System.MathPublic Class MandelbrotForm Inherits System.Windows.Forms.Form#Region " Windows Form Designer generated code " Public Sub New() MyBase.New() ‘This call is required by the Windows Form Designer. Initialize
  3. 所属分类:VB

    • 发布日期:2006-02-23
    • 文件大小:17408
    • 提供者:chenxh
  1. 文字图形的平滑移动

  2. 文字、图形水平、垂直移动无明显闪烁 CacheBmp = new Bitmap(OrgBmp); G = Graphics.FromImage(CacheBmp); Pen mypen = new Pen(Color.Blue, 2); // G.DrawString("ABCDEFG12345", new Font("宋体", 20), Brushes.Green, new PointF(PosX, 50)); G.DrawRectangle(mypen, 70, PosY + 20, 80
  3. 所属分类:C#

    • 发布日期:2012-12-12
    • 文件大小:43008
    • 提供者:czq662
  1. c#t自定义Button

  2. using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Data; using System.Linq; using System.Text; using System.Windows.Forms; using System.Diagnostics; using System.Drawing.Drawing2D; namespa
  3. 所属分类:C#

    • 发布日期:2013-03-17
    • 文件大小:44032
    • 提供者:zs7690958
  1. 4位数验证控件,代码可以修改

  2. //得到随机字符串,长度自己定义 private string getRandomValidate(int len) { int num; int tem; string rtuStr = ""; for (int i = 0; i < len; i++) { num = ran.Next(); /* * 这里可以选择生成字符和数字组合的验证码 */ tem = num % 10 + '0';//生成数字 // tem = num % 26 + 'A';//生成字符 rtuStr +=
  3. 所属分类:Java

    • 发布日期:2008-09-10
    • 文件大小:2048
    • 提供者:xiongfengliang
« 12 »