Pro .NET 2.0 Graphics Programming

The release of the .NET Framework has changed the programming landscape for Microsoft application developers. Graphics programming has been affected as much as any other area. Whereas the Windows Graphical Device Interface (GDI) was once used to draw to a device, the .NET Framework now gives us GDI+...

Mô tả đầy đủ

Đã lưu trong:
Chi tiết về thư mục
Tác giả chính: White, Eric
Định dạng: Sách
Ngôn ngữ:English
Được phát hành: Apress 2012
Những chủ đề:
Truy cập trực tuyến:http://scholar.dlu.edu.vn/thuvienso/handle/DLU123456789/31644
Các nhãn: Thêm thẻ
Không có thẻ, Là người đầu tiên thẻ bản ghi này!
Thư viện lưu trữ: Thư viện Trường Đại học Đà Lạt
Miêu tả
Tóm tắt:The release of the .NET Framework has changed the programming landscape for Microsoft application developers. Graphics programming has been affected as much as any other area. Whereas the Windows Graphical Device Interface (GDI) was once used to draw to a device, the .NET Framework now gives us GDI+. GDI+ consists of a number of namespaces and classes, made available as part of the .NET Framework and designed specifically to allow developers to do custom drawing in web and Windows controls. Effectively acting as a wrapper around the old GDI, GDI+ provides an easy-to-understand, inheritance-based object model for use by .NET programmers.