绘图及图像处理.pptVIP

  • 16
  • 0
  • 约 35页
  • 2017-09-30 发布于北京
  • 举报
5. 应用示例 Splatter DrawRunningCurve ScreenSaver GravityBall 关于Transform myGraphics.DrawEllipse(myPen, 0, 0, 100, 50); myGraphics.ScaleTransform(1, 0.5f); myGraphics.TranslateTransform(50, 0, MatrixOrder.Append); myGraphics.RotateTransform(30, MatrixOrder.Append); myGraphics.DrawEllipse(myPen, 0, 0, 100, 50); myGraphics.Transfrom 是一个Matrix 关于Path、关于渐变Brush 图像的处理 图像文件bmp的格式 使用Lock及指针 几个例子 /p/aforge 问题与讨论 dstang2000@263.net GDI:图形设备接口。在GDI+之前,Windows系统为图形程序设计提供的是GDI接口。GDI使得开发人员不需要关心硬件设备的具体细节,只需要使用Windows提供的GDI函数和对象,开发出来的程序就可以在通用的平台上运行,因为GDI为我们封装了具体的实现细节。 Graphics类如同画家的画板。 Graphics对象的删除总

文档评论(0)

1亿VIP精品文档

相关文档