Review Topics for Exam 2
Class Page Links
C# Syntax
- Be able to write C# code examples.
Text: Windows Forms Programming in C#
-
Chapter 5 - Drawing Basics
-
Drawing to the Screen
-
Colors
-
Brushes
-
Pens
-
Shapes
-
Paths
-
Images
- Chapter 6 - Drawing Text
- Chapter 7 - Advanced Drawing
- Page Units
- Transforms
- Regions
- Optimized Drawing
Additional Lectures
- Garbage Collection
- IDisposable
- Enumerations
- Handling Mouse Events in User Control
- Using WndProc to alter messages