Custom Form Painting with GDI

Team-Fly    

 
Visual Basic .NET Unleashed
By Paul Kimmel
Table of Contents
Chapter 15.  Using Windows Forms

Custom Form Painting with GDI+

GDI+ represented by the System.Drawing namespace makes advanced form painting and creating custom views ever easier. From the earlier example, it was demonstrated that the Region and GraphicsPath class can be used to create shaped forms.

For simple painting jobs, you can implement a Paint handler for your form or inherit from and override the Paint method for a particular control. The PaintEventArgs object passed to the Paint event contains a reference to the device context, represented by the Graphics object. There are several examples of using the Graphics object earlier in this book, and Chapter 17 provides comprehensive coverage of this subject.


Team-Fly    
Top
 


Visual BasicR. NET Unleashed
Visual BasicR. NET Unleashed
ISBN: N/A
EAN: N/A
Year: 2001
Pages: 222

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net