| Projets |
116 Visiteurs 3168 Projets
|
|
 |
 |
 |
 |
|
|
| 2004 - Pérennisation |
Development step by step of Paint in C# with GDI+
[60 mn de lecture - paru le 5/11/2004 1:33:24 AM - Public : Débutant]
|
   
|
Auteur
Summary
We are going to see throughout his article how we can create by ourself an application like Paint.
The features of the various controls available on Visual Studio .NET will be reviewed, that allow us to create our interface.
Then, we will see how to create events on our different controls in order to make our application dynamical.
And finally, I will explain to you how it is possible to draw any sorts of geometrical forms in C# using GDI+.
Contents
Introduction
1. Creation of ou interface
1.1. Panel
1.2. MainMenu
1.3. StatusBar
1.4. ToolBar and ImageList
1.5. Panel of colors
2. Choice of the forms: style, color, completion
2.1. Selection of the filling
2.2. Line's width and filling
2.3. ColorDialog
3. Creation of geometrical forms with GDI+
3.1. Introduction
3.2. Methods
3.3. Graphical objects
3.4. Examples
3.5. Freehand drawing
4. Options of the "File" menu
4.1. New
4.2. Open: OpenFileDialog
4.3. Save as: SaveFileDialog
4.4. Exit
Conclusion
|
|
|
 |
 |
 |
 |
| Articles de la même catégorie |
|
|
|
 |
 |
 |
 |
| SUPINFO Training Center peut vous proposer une formation ... |
|
|
|
 |
 |
 |
 |
|