Zebra0.com

csharp drawingDrawing Methods in C#

Drawing Methods in C#

Learn C# (C sharp) in FREE step-by-step lessons.

Module 16: Drawing Methods in C#

C# has extensive drawing capabilities.
While you could draw a happy face with the drawing methods, by far, the most useful application is to draw charts and graphs.

Goals:

Objectives:

Please study the material at each of the links below.

  1. Microsoft Reference: C# Drawing Graphics Microsoft Reference: C# Drawing Graphics
  2. Drawing Lines with the Pen
  3. Drawing Rectangles with the Brush
  4. Drawing Filled Circle with Border
  5. Drawing Filled Polygon with Border
  6. Drawing Strings
  7. Drawing Images
  8. Bezier Curves: A Bézier curve is a parametric curve used in computer graphics.
  9. Drawing Pie
  10. Drawing Pie with 2 Scroll Bars
  11. Draw pie graph for Budget
  12. About Graphs
  13. Bar Graph for Sales
  14. A drawing program with other brushes A drawing program with other brushes: A brush is used to draw solid shapes. A pen is used to draw outlines
GlossaryGlossary for drawing lesson
Full Glossary