Displaying and Customizing Images from a Database
Discover how to render an image directly from a database using an IHttpHandler and how to modify the image on its way to the client using GDI+.
Discover how to render an image directly from a database using an IHttpHandler and how to modify the image on its way to the client using GDI+.
Round those corners and make your user interfaces a little jazzier with a rounded rectangle Panel control; a fun chunk of code to incorporate into your application.
Discover a utility for quickly obtaining and managing rectangles within rectangles. The rectangles then can be used to do things such as manage the layout of dynamically generated forms or visualize LINQ queries.
You've learned how to render graphics with GDI+ and ASP.NET. Take the next step and learn how to dynamically update images with AJAX.
Web forms do not have a canvas, so you can't ask a Web form for its Graphics object. But, you can simulate this behavior by rendering graphics in ASP.NET—with some help from GDI+.
Given an image and a quadralateral, Aaform will fit the image onto the quadraleteral passed using geometry.
Want to create non-rectilinear controls for custom Windows software development? Learn how to convert a custom three-dimensional shape primitive into a shaped control with .NET and GDI+.
Make your very own 3D graphics engine in VB6 using some advanced graphics methods. (Added: 25-Jan-2000)
Use XOR and other transformations to draw rectangles over existing bitmaps. (Added: 24-Sep-2000)
Manipulate individual pixels of a bitmap and retrieve the colors using GetDiBits via a BITMAPINFO. (Added: 30-Nov-1998)