Balser通过Visionpro实现图像采集.rar
机器视觉
GDI+英文全称:GraphicsDeviceInterfacePlus,GDI+是对GDI的扩展。
一.GDI概述
二.Graphics类介绍
Graphics类封装了很多GDI+绘图对象,并将这些对象显示到设备上。创建Graphics对象也被称为创建一个画板,创建画板一共有3种方式:
1.利用控件或窗体的Paint事件中参数PaintEventArgs来创建画板
privatevoidForm1_Paint(objectsender,System.Windows.Forms.PaintEventArgse)
{
下载地址
用户评论