<< 1 >>
Rating:  Summary: Best GDI+ plus reference Review: GREAT BOOK! The book was by far the easiest to follow book for GDI+ and Custom Controls using C#. I am very pleased and highly recommend this to all who wish to learn GDI+.If you are moving up from GDI, you will find that GDI+ is about 50 times slower, but 50 times easier to program.
Rating:  Summary: Best GDI+ plus reference Review: GREAT BOOK! The book was by far the easiest to follow book for GDI+ and Custom Controls using C#. I am very pleased and highly recommend this to all who wish to learn GDI+. If you are moving up from GDI, you will find that GDI+ is about 50 times slower, but 50 times easier to program.
Rating:  Summary: Excellent Book Review: It delivers what it promises. You will be able to write printing code, make your own controls, etc., after reading this book.
Rating:  Summary: Learn to Create Dynamic Graphics Review: One of my first .NET ah-hah experiences back in 2001 was creating an .aspx file that I could reference as a graphic (!). The .aspx file received two query parameters which informed it of the file name of the jpg and the width that the returned image was supposed to be. So then in an IMG tag, I would simply put src="ShowPicture.aspx?file=product1343.jpg&width=100" and it would display a thumbnail of that picture 100 pixels wide and proportionally high. This is an excellent way to produce dynamic pictures as well as protect your online photographs (show thumbnails to visitors, full sized pictures to members), and the .NET GDI+ classes are straight-forward and easy to use. Ever since then I have been looking for a book which goes into deeper detail of creating graphics in .NET with the GDI+ classes. Wrox has finally produced this book! In chapters 1 through 10 you get the basics: pens, brushes, texts, fonts, image manipulation, paths, regions and printing. Then in the rest of the book you learn how to make custom controls which create custom graphics (I love books that teach two things at a time -- great for developers who do four things at a time). If you read this book, you will think about graphics differently, namely, as dynamic objects which your application, the user and the environment can manipulate at run time. Very exciting.
Rating:  Summary: Take care to get complete source code Review: The book was useful, but if you download the file of source code that covers all chapters, some examples are missing. At least for the middle chapters, you'll find the missing projects in the smaller downloads that cover only a few chapters. I didn't think of that possibility until chapter 12, so for a lot of the code in earlier chapters I couldn't make the comparisons I wanted to when I needed them. Other than that, if you already know GDI fairly well, you'll be able to burn through the material pretty quickly and pickup a good knowledge of GDI+. If you don't, I think this would be a pretty good place to start. It moves right along without a lot of hand-holding but seems to tell you everything you need to know for basic GDI+ and custom controls.
Rating:  Summary: Intro book - lite on actual custom controls content Review: This book is a great read for anyone who needs a practical guide to working with the GDI+ support baked into the .NET Framework. As a developer that reviewed the manuscript before it went to print I was impressed by how easily the author(s) expressed key concepts and followed through with concrete examples. Buy this book if you need to expand on the graphical capabilities provided out of the box or need to get to work on some custom controls.
Rating:  Summary: Best GDI+ book available. Review: This book is easy to read and very practical. It helped me a lot with one of my data charting projects. Highly recommended.
Rating:  Summary: Excellent Introduction! Review: This is the kind of book you want to read when you want to get started with GDI+ development, and custom controls in particular. Yes, there are a lot of things that are not explained, but they, GDI+ and custom control development is a huge topic and couldn't possibly be covered in one book! The information provided in this book is excellent. It covers the basics of GDI+, custom control development, printing, and even web related stuff you may not think of at first. What's missing is how to build input-oriented controls, such as as fancy grids or spreadsheets and other advanced topics. But then again, I wouldn't expect a book like this to cover these topics.
<< 1 >>
|