博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
GDI+ Programming in C# and VB .NET
阅读量:4232 次
发布时间:2019-05-26

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

版权声明:原创作品,允许转载,转载时请务必以超链接形式标明文章原始出版、作者信息和本声明。否则将追究法律责任。 - topmvp

GDI+ both wraps arcane API calls and extends them for much easier use. Programmers no longer have to make do with the familiar but simplistic VB 6.0 drawing model, nor do they have to dig down into the GDI API in order to get any real work done. In GDI+, Microsoft has come up with a complete, but still extensible, set of classes for all of the .NET programmers drawing needs. GDI+ requires different techniques than the Windows GDI API, as it is completely stateless. GDI+ Programming in C# and VB .NET starts out with an explanation of GDI+ and how it relates to GDI. The book then dives deep into the GDI+ namespaces and classes. The book begins with basic drawing in the early chapters and then explains in an understandable manner more complex drawing techniques, including paths, gradients, alpha blends, matrix operations, and transformations. Later chapters cover how to work with bitmaps and other images, as well as advanced drawing and printing techniques. The final two chapters are devoted to useful projects that show the subject matter of the previous chapters in real-world examples.

Throughout GDI+ Programming in C# and VB .NET, author Nick Symmonds not only explains the different namespaces and classes relating to GDI+, but he also takes the time to cover the best practices of graphics programming. Woven throughout the book are numerous examples that tie together different aspects of programming in .NET that teach programmers how to get the best possible speed and efficiency out of their code.

http://rapidshare.com/files/51977272/159059035X.zip
你可能感兴趣的文章
52. N-Queens II
查看>>
进程池和线程池
查看>>
计算机网络---自顶向下方法
查看>>
排序算法总结
查看>>
僵尸进程以及如何处理僵尸进程
查看>>
数据库面试题
查看>>
drop、truncate和delete的区别
查看>>
650. 2 Keys Keyboard
查看>>
651. 4 Keys Keyboard
查看>>
Https协议详解
查看>>
Linux相关的小知识点
查看>>
653. Two Sum IV - Input is a BST
查看>>
js插件的经典写法与总结
查看>>
bootstrap select2 动态改变值
查看>>
钉钉(工作协同)应用的前端源码
查看>>
正则表达式限定输入数字
查看>>
AngularJS Eclipse 插件
查看>>
Summernote实现图片上传功能
查看>>
Spring+MyBatis多数据源配置实现(mysql和sqlserver数据库)
查看>>
Java基于jxl与模板导出excel并弹出下载
查看>>