GDI+ Programming in C# and VB.NET
Nick Symmonds
下單後立即進貨 (約1週~2週)
買這商品的人也買了...
-
$1,020$969Compressed Image File Formats JPEG, PNG, GIF, XBM, BMP (Paperback)
-
$680$544計算機組織與設計--軟硬體界面第二版 (Computer Organization & Design, 2/e)
-
$980$784C++ Primer, 3/e 中文版
-
$350$280Word 2002 實力養成暨評量
-
$880$695LPI Linux 資格檢定 (LPI Linux Certification in a Nutshell)
-
$860$731演算法導論 (Introduction to Algorithms, 2/e)
-
$550$429資料結構理論-使用Java
-
$620$527PHP & MySQL 完全架站攻略第二版
-
$780$741作業系統概念 (Operating System Concepts, 6/e Windows XP Update)
-
$650$553Red Hat Linux 9 實務應用
-
$760$600802.11 無線網路技術通論 (802.11 Wireless Networks: The Definitive Guide)
-
$590$502ASP.NET 程式設計徹底研究
-
$720$612深入 Linux 建構與管理, 4/e
-
$690$538STRUTS 實作手冊(Struts in Action: Building Web Applications with the Leading Java Framework)
-
$680$578大師談 OnLine Game 線上遊戲《企劃‧製作‧經營》(Developing Online Games: An Insiders Guide)
-
$290$247行動 Linux─KNOPPIX 改造手冊
-
$750$638鳥哥的 Linux 私房菜-伺服器架設篇
-
$2,350$2,233Graphics Programming with GDI+
-
$480$384Word 2003 中文版實務
-
$1,100$1,045Machine Learning (IE-Paperback)
-
$750$600JSP 2.0 技術手冊
-
$680$578Microsoft SQL Server 2005 設計實務
-
$680$578Microsoft SQL Server 2005 管理實務
-
$750$600Visual C# 2005 程式開發與介面設計秘訣
-
$450$405Visual C++ .NET 程式設計藝術 (Visual C++ .NET: How to Program)
商品描述
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 programmer’s 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.
Contents
Part One Theory
Chapter 1: .NET Primer
Chapter 2: GDI Explained
Chapter 3: GDI and VB 6.0 Drawing
Example
Chapter 4: Vector Graphics
Chapter 5: Advanced Graphics
Chapter 6: Working with Images
Chapter 7: Drawing Text
Chapter 8: Printing
Part Two Application Notes
Chapter 9: GDI+ Projects
Chapter 10: GDI+ with Forms
Appendix The Enumerations