Graphics, Multimedia, and Printing Recipes (en.csharp-online.net)
submitted by
Hyle(2755) 5 years, 2 months ago
Learn to use built-in .NET features and native Win32 libraries via COM Interop or P/Invoke. Excerpt: Graphics, video, sound, and printing are the hallmarks of a traditional rich client on the Microsoft Windows operating system. When it comes to multimedia, the Microsoft .NET Framework delivers a compromise, providing support for some of these features while ignoring others. For example, you will find a sophisticated set of tools for two-dimensional drawing and event-based printing with GDI+ and the types in the System.Drawing namespaces. These classes wrap GDI32.dll and USER32.DLL, which provide the native Graphics Device Interface (GDI) functions in the Windows application programming interface (API), and they make it much easier to draw complex shapes, work with coordinates and transforms, and process images. On the other hand, if you want to play a sound recording, show a video file, or get information about the current print jobs, you will need to look beyond the .NET Framework. read more...
|category: C#
|Views: 3
tags:
Printing Multimedia Graphics another
Everyones tags:
Your Tags: