image transformation (1)
image transformation in C#
Posted October 21st, 2008 | Last edited 10/25/2008 - 17:37 by xjsTo perform image transformation in C# (c sharp), we'll need to use GDI+ of windows.
GDI+, supersedes GDI, is an improved 2D graphics environment. Graphics Device Interface (GDI) is one of the three core components or "subsystems" of Microsoft Windows. However, for games that need fast graphics rendering and rasterization for 3D, DirectX or OpenGL is preferred.
To use GDI+, you need to use System.Drawing namespace in C#.
- xjs's blog
- Read more
- 2049 reads
- Comments
SpeakingX
Recent comments
1 hour 55 min ago
2 days 18 hours ago
3 days 19 hours ago
1 week 2 days ago
1 week 6 days ago
1 week 6 days ago
2 weeks 2 days ago
2 weeks 2 days ago
2 weeks 5 days ago
3 weeks 17 hours ago