博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
矢量图控件VectorDraw使用教程:添加vdFramedControl (Visual C# 2005)
阅读量:2353 次
发布时间:2019-05-10

本文共 621 字,大约阅读时间需要 2 分钟。

本文主要介绍如何将矢量图控件VectorDraw Developers Framework (VDF)的vdFramedControl添加至VS2005,并展示一些vdFramedControl的基本功能。

具体步骤如下:

1)打开Visual C#2005 IDE,并选择创建一个新的Windows项目“Windows Application”

矢量图控件VectorDraw使用教程:添加vdFramedControl (Visual C# 2005)

2)右键单击工具箱,在菜单栏中选择“"Choose Items...”。

矢量图控件VectorDraw使用教程:添加vdFramedControl (Visual C# 2005)

3)可以根据以下2种方式添加vdFramedControl:

A:在 "Choose Toolbox Items" 窗口中拉动滚动条至“vdFramedControl”

矢量图控件VectorDraw使用教程:添加vdFramedControl (Visual C# 2005)

B1:在"Choose Toolbox Items" 窗口中,点击 "Browse..."按钮。

矢量图控件VectorDraw使用教程:添加vdFramedControl (Visual C# 2005)

B2:在的安装目录下找到vdFramedControl.dll,单击并打开vdFramedControl.dll。

矢量图控件VectorDraw使用教程:添加vdFramedControl (Visual C# 2005)

4)在"Choose Toolbox Items"窗口中,如图所示,选择vdFramedControl。

矢量图控件VectorDraw使用教程:添加vdFramedControl (Visual C# 2005)

5)在工具箱中可找到vdFramedControl组件。

矢量图控件VectorDraw使用教程:添加vdFramedControl (Visual C# 2005)

6)将vdFramedControl组件添加至form窗体中,下方出现4个按钮,可分别执行“打开”“保存”“新建”“缩放”功能。

矢量图控件VectorDraw使用教程:添加vdFramedControl (Visual C# 2005)

7)选择VDF引用,将Copy Local设置为“False”,Specific Version 设置为“False”

矢量图控件VectorDraw使用教程:添加vdFramedControl (Visual C# 2005)

8)按钮点击代码如下:

矢量图控件VectorDraw使用教程:添加vdFramedControl (Visual C# 2005)

矢量图控件VectorDraw使用教程:添加vdFramedControl (Visual C# 2005)

 

转载地址:http://fvqvb.baihongyu.com/

你可能感兴趣的文章
Nginx配置
查看>>
php-fpm配置
查看>>
Centos 系统时间与当前时间相差和时区解决办法
查看>>
Linux下如何进行FTP设置
查看>>
linux之LVM操作案例
查看>>
由于CentOS的系统安装了epel-release-latest-7.noarch.rpm 导致在使用yum命令时出现Error: xz compression not available问题。
查看>>
php中抽象类和接口的概念与区别
查看>>
php抽象类和接口
查看>>
如何在linux CentOS 上安装chrome 谷歌浏览器
查看>>
laravel5 怎么实现事务
查看>>
GitLab安装说明
查看>>
Git查看、删除、重命名远程分支和tag
查看>>
PHP类中的抽象类,抽象方法,abstract
查看>>
PHP接口类interface的正确使用方法
查看>>
Sencha Touch之Hello World
查看>>
Tab Layout 之单个Activity实现
查看>>
Tab Layout 之多个Activity实现
查看>>
FrameLayout之我见
查看>>
个人解读Activity之一
查看>>
实现自定义布局的Notification
查看>>