资源简介
绘图,画矩形,长方形
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace WindowsFormsApplication1
{
public delegate void DrawMeHandler(Graphics g);
public delegate void MouseMoveHandler(Point p);
public partial class Canvas : UserControl
{
RectangleFigure rectangleFigure = new RectangleFigure();
DrawMeHandler drawMeHandler;
MouseMoveHandler mouseMoveHandler;
public Canvas()
{
InitializeComponent();
this.DoubleBuffered = true;
this.Paint += Canvas_Paint;
this.Load += Canvas_Load;
this.MouseMove += Canva
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
..A..H. 57344 2019-03-18 17:09 WindowsFormsApplication1\.vs\WindowsFormsApplication1\v14\.suo
文件 189 2019-03-18 17:10 WindowsFormsApplication1\WindowsFormsApplication1\App.config
文件 181032 2017-07-11 08:40 WindowsFormsApplication1\WindowsFormsApplication1\bin\Debug\de\DevExpress.Data.v16.1.resources.dll
文件 13096 2017-07-11 08:40 WindowsFormsApplication1\WindowsFormsApplication1\bin\Debug\de\DevExpress.Pdf.v16.1.Core.resources.dll
文件 14120 2017-07-11 08:40 WindowsFormsApplication1\WindowsFormsApplication1\bin\Debug\de\DevExpress.Printing.v16.1.Core.resources.dll
文件 12072 2017-07-11 08:41 WindowsFormsApplication1\WindowsFormsApplication1\bin\Debug\de\DevExpress.Sparkline.v16.1.Core.resources.dll
文件 26408 2017-07-11 08:41 WindowsFormsApplication1\WindowsFormsApplication1\bin\Debug\de\DevExpress.Utils.v16.1.resources.dll
文件 105768 2017-07-11 08:41 WindowsFormsApplication1\WindowsFormsApplication1\bin\Debug\de\DevExpress.XtraEditors.v16.1.resources.dll
文件 5357864 2017-07-11 08:40 WindowsFormsApplication1\WindowsFormsApplication1\bin\Debug\DevExpress.Data.v16.1.dll
文件 1173004 2017-07-11 08:40 WindowsFormsApplication1\WindowsFormsApplication1\bin\Debug\DevExpress.Data.v16.1.xm
文件 1312552 2017-07-11 08:40 WindowsFormsApplication1\WindowsFormsApplication1\bin\Debug\DevExpress.Pdf.v16.1.Core.dll
文件 278637 2017-07-11 08:40 WindowsFormsApplication1\WindowsFormsApplication1\bin\Debug\DevExpress.Pdf.v16.1.Core.xm
文件 3905832 2017-07-11 08:40 WindowsFormsApplication1\WindowsFormsApplication1\bin\Debug\DevExpress.Printing.v16.1.Core.dll
文件 1281899 2017-07-11 08:40 WindowsFormsApplication1\WindowsFormsApplication1\bin\Debug\DevExpress.Printing.v16.1.Core.xm
文件 78632 2017-07-11 08:41 WindowsFormsApplication1\WindowsFormsApplication1\bin\Debug\DevExpress.Sparkline.v16.1.Core.dll
文件 25581 2017-07-11 08:41 WindowsFormsApplication1\WindowsFormsApplication1\bin\Debug\DevExpress.Sparkline.v16.1.Core.xm
文件 8528680 2017-07-11 08:41 WindowsFormsApplication1\WindowsFormsApplication1\bin\Debug\DevExpress.Utils.v16.1.dll
文件 779733 2017-07-11 08:41 WindowsFormsApplication1\WindowsFormsApplication1\bin\Debug\DevExpress.Utils.v16.1.xm
文件 4893480 2017-07-11 08:41 WindowsFormsApplication1\WindowsFormsApplication1\bin\Debug\DevExpress.XtraEditors.v16.1.dll
文件 2219439 2017-07-11 08:41 WindowsFormsApplication1\WindowsFormsApplication1\bin\Debug\DevExpress.XtraEditors.v16.1.xm
文件 183080 2017-07-11 08:40 WindowsFormsApplication1\WindowsFormsApplication1\bin\Debug\es\DevExpress.Data.v16.1.resources.dll
文件 17192 2017-07-11 08:40 WindowsFormsApplication1\WindowsFormsApplication1\bin\Debug\es\DevExpress.Pdf.v16.1.Core.resources.dll
文件 14120 2017-07-11 08:40 WindowsFormsApplication1\WindowsFormsApplication1\bin\Debug\es\DevExpress.Printing.v16.1.Core.resources.dll
文件 14120 2017-07-11 08:41 WindowsFormsApplication1\WindowsFormsApplication1\bin\Debug\es\DevExpress.Sparkline.v16.1.Core.resources.dll
文件 26408 2017-07-11 08:41 WindowsFormsApplication1\WindowsFormsApplication1\bin\Debug\es\DevExpress.Utils.v16.1.resources.dll
文件 82216 2017-07-11 08:41 WindowsFormsApplication1\WindowsFormsApplication1\bin\Debug\es\DevExpress.XtraEditors.v16.1.resources.dll
文件 194856 2017-07-11 08:40 WindowsFormsApplication1\WindowsFormsApplication1\bin\Debug\ja\DevExpress.Data.v16.1.resources.dll
文件 10536 2017-07-11 08:40 WindowsFormsApplication1\WindowsFormsApplication1\bin\Debug\ja\DevExpress.Pdf.v16.1.Core.resources.dll
文件 14120 2017-07-11 08:40 WindowsFormsApplication1\WindowsFormsApplication1\bin\Debug\ja\DevExpress.Printing.v16.1.Core.resources.dll
文件 11048 2017-07-11 08:41 WindowsFormsApplication1\WindowsFormsApplication1\bin\Debug\ja\DevExpress.Sparkline.v16.1.Core.resources.dll
............此处省略67个文件信息
相关资源
- 计算机图形学课设--简易交互式绘图程
- C#绘制动态二维平面坐标系
- WPF下,高性能绘图,写WriteableBitmap,
- c# 下位机温湿度显示监控统计系统
- C#绘图程序,类似windows绘图工具
- C#开发交互式CAD系统
- C#多人联机绘图程序,绘图,程序
- C# 绘图 矩形 椭圆 直线 曲线 带控制点
- 用c#实现窗体绘制椭圆,圆,矩形
- 基于winform的SVG编辑器
- C#卡尔曼滤波,chart绘图及时间转换
- C#串口调试助手,收发数据保存在MY
- c#绘图板源码直线,矩形,圆形,填充
- C#实现简洁的绘图界面
- 用VS2010做的绘图板C#
- C#实现CAD绘图功能
- c#wpf chart绘图 源代码 示波器
- C# 编写的绘图板(可绘了直线,矩形
- C#中使用双缓冲以及BitBlt提高GDI+绘图
- opengl绘图窗口上使用鼠标缩放旋转图
- Window1.exe
- C#.Net实现各种形状的Panel控件
- C#仿简单的CAD矢量绘图源码
- C#实现的计算机图形学基本绘图算法
- C# 简单绘图程序
- C#GDI绘图_设置笔刷.rar
- C#GDI绘图_BitMapDemo.rar
- C#GDI绘图_绘制图形.rar
- C#GDI绘图_窗体绘制文字.rar
- C#GDI绘图_Pen的使用合集.rar
评论
共有 条评论