Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This topic is designed to help you find code that demonstrates how to perform common graphics programming tasks by using Visual C# Express Edition.
In This Section
How to: Draw Text on a Form
Demonstrates how to draw text on a form.How to: Change the Color of Text on a Windows Forms Control
Demonstrates how to change the color of text that is displayed on a Windows Forms control.How to: Draw Graphics on a Windows Form
Demonstrates how to draw a circle and a square on a form.How to: Draw a Curve on a Form
Demonstrates several ways to draw curves on a form.How to: Draw Outlined Shapes
Demonstrates how to draw outlined ellipses and rectangles on a form.How to: Draw a Line on a Form
Demonstrates how to draw a line on a form.How to: Draw a Filled Rectangle on a Form
Demonstrates how to draw a filled rectangle on a form.How to: Draw a Filled Ellipse on a Form
Demonstrates how to draw a filled ellipse on a form.How to: Create a Solid Brush (Visual C#)
Demonstrates how to create a SolidBrush object.How to: Create a Pen (Visual C#)
Demonstrates how to create a Pen object.How to: Set the Color of a Pen (Visual C#)
Demonstrates how to change the color of an existing Pen object.
Related Sections
Designing a User Interface in Visual C#
Explains how to use the Windows Forms Designer and the Toolbox to create a user interface.Visual C# Express
Provides an introduction to documentation that helps you use Express editions of Visual Studio.Using the Visual C# Express IDE
Provides links to topics that explain how to use the integrated development environment (IDE).