• linkedu视频
  • 平面设计
  • 电脑入门
  • 操作系统
  • 办公应用
  • 电脑硬件
  • 动画设计
  • 3D设计
  • 网页设计
  • CAD设计
  • 影音处理
  • 数据库
  • 程序设计
  • 认证考试
  • 信息管理
  • 信息安全
菜单
linkedu.com
  • 网页制作
  • 数据库
  • 程序设计
  • 操作系统
  • CMS教程
  • 游戏攻略
  • 脚本语言
  • 平面设计
  • 软件教程
  • 网络安全
  • 电脑知识
  • 服务器
  • 视频教程
  • JavaScript
  • ASP.NET
  • PHP
  • 正则表达式
  • AJAX
  • JSP
  • ASP
  • Flex
  • XML
  • 编程技巧
  • Android
  • swift
  • C#教程
  • vb
  • vb.net
  • C语言
  • Java
  • Delphi
  • 易语言
  • vc/mfc
  • 嵌入式开发
  • 游戏开发
  • ios
  • 编程问答
  • 汇编语言
  • 微信小程序
  • 数据结构
  • OpenGL
  • 架构设计
  • qt
  • 微信公众号
您的位置:首页 > 程序设计 >C#教程 > C#+MO实现一些渲染功能

C#+MO实现一些渲染功能

作者: 字体:[增加 减小] 来源:互联网 时间:2017-05-28

通过本文主要向大家介绍了mo,45cr14ni14w2mo,30cr2ni2mo圆钢,17cr2ni2mo,30cr2ni2mo等相关知识,希望对您有所帮助,也希望大家支持linkedu.com www.linkedu.com
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
namespace DbInMo
{
     /// <summary>
     /// Form1 的摘要说明。
     /// </summary>
     public class 渲染示例 : System.Windows.Forms.Form
     {
          private AxMapObjects2.AxMap map;
          private System.Windows.Forms.Button 直方图;
          private System.Windows.Forms.Button 饼图;
          private System.Windows.Forms.Button 点密度;
          private System.Windows.Forms.Button 按值渲染;
          private System.Windows.Forms.Button 分类渲染;
          private System.Windows.Forms.Button Z值渲染;
          private System.Windows.Forms.Button 组渲染;
          private System.Windows.Forms.Button 退出;
          private System.Windows.Forms.Panel 操作板;
          private System.Windows.Forms.Button 删除所有渲染;
          private System.Windows.Forms.Panel panel1;
          private System.Windows.Forms.Button 全图;
          private System.Windows.Forms.Button 拖动;
          private System.Windows.Forms.Button 缩小;
          private System.Windows.Forms.Button 放大;
          private System.Windows.Forms.Panel 分隔符;
          private System.Windows.Forms.Button 标注渲染;
         /// <summary>
         /// 必需的设计器变量。
         /// </summary>
          private System.ComponentModel.Container components = null;
         public 渲染示例()
         {
              //
              // Windows 窗体设计器支持所必需的
              //
              InitializeComponent();
              //
              // TODO: 在 InitializeComponent 调用后添加任何构造函数代码
              //
         }
         /// <summary>
         /// 清理所有正在使用的资源。
         /// </summary>
          protected override void Dispose( bool disposing )
         {
              if( disposing )
              {
                   if (components != null) 
                   {
                        components.Dispose();
                   }
              }
              base.Dispose( disposing );
         }
          #region Windows 窗体设计器生成的代码
         /// <summary>
         /// 设计器支持所需的方法 - 不要使用代码编辑器修改
         /// 此方法的内容。
         /// </summary>
          private void InitializeComponent()
         {
              System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(渲染示例));
              this.map = new AxMapObjects2.AxMap();
              this.操作板 = new System.Windows.Forms.Panel();
              this.直方图 = new System.Windows.Forms.Button();
              this.饼图 = new System.Windows.Forms.Button();
              this.点密度 = new System.Windows.Forms.Button();
              this.按值渲染 = new System.Windows.Forms.Button();
              this.分类渲染 = new System.Windows.Forms.Button();
              this.Z值渲染 = new System.Windows.Forms.Button();
              this.组渲染 = new System.Windows.Forms.Button();
              this.退出 = new System.Windows.Forms.Button();
              
分享到:QQ空间新浪微博腾讯微博微信百度贴吧QQ好友复制网址打印

您可能想查找下面的文章:

  • Mongodb在CSharp里实现Aggregate实例
  • 深入理解C♯ 7.0中的Tuple特性
  • 深入理解C# DateTime日期格式化
  • 详解MongoDB for C#基础入门
  • 深入理解C#的数组
  • C#实现的Windows剪贴板监视器功能实例【附demo源码下载】
  • 深入理解C#中的Delegate
  • 深入理解C#中new、override、virtual关键字的区别
  • C# 字符串string和内存流MemoryStream及比特数组byte[]之间相互转换
  • C#线性渐变画刷LinearGradientBrush用法实例

相关文章

  • 2017-05-28详解C# Socket编程笔记
  • 2017-05-28C#线程处理系列之线程池中的I/O线程
  • 2017-05-28C#使用NPOI上传excel
  • 2017-05-28C#实现用户自定义控件中嵌入自己的图标
  • 2017-05-28c#显示当前在线人数示例
  • 2017-05-28C#实现将类的内容写成JSON格式字符串的方法
  • 2017-05-28c#使用process.start启动程序报错解决方法
  • 2017-05-28WPF绑定实例详解
  • 2017-05-28C#使用windows服务开启应用程序的方法
  • 2017-05-28.NET实现:将EXE设置开机自动启动

文章分类

  • JavaScript
  • ASP.NET
  • PHP
  • 正则表达式
  • AJAX
  • JSP
  • ASP
  • Flex
  • XML
  • 编程技巧
  • Android
  • swift
  • C#教程
  • vb
  • vb.net
  • C语言
  • Java
  • Delphi
  • 易语言
  • vc/mfc
  • 嵌入式开发
  • 游戏开发
  • ios
  • 编程问答
  • 汇编语言
  • 微信小程序
  • 数据结构
  • OpenGL
  • 架构设计
  • qt
  • 微信公众号

最近更新的内容

    • C#实现json的序列化和反序列化实例代码
    • 用NPOI创建Excel、合并单元格、设置单元格样式、边框的方法
    • C#中如何利用正则表达式判断字符
    • C#实现绑定DataGridView与TextBox之间关联的方法
    • C#实现rabbitmq 延迟队列功能实例代码
    • C#获取机器码的方法详解(机器名,CPU编号,硬盘编号,网卡mac等)
    • C#利用DesignSurface如何实现简单的窗体设计器
    • 基于mvc5+ef6+Bootstrap框架实现身份验证和权限管理
    • C#中GridView动态添加列的实现方法
    • C#中使用委托的3种方式代码示例

关于我们 - 联系我们 - 免责声明 - 网站地图

©2020-2025 All Rights Reserved. linkedu.com 版权所有