Bạn đang xem bản rút gọn của tài liệu. Xem và tải ngay bản đầy đủ của tài liệu tại đây (373.64 KB, 11 trang )
Introduction
Windows Presentation Foundation
Architecture
2
HelloWorld
Code behind in cs file
3
Fundamental things
Seperation
UI (XAML)
Business logic (C# / VB.Net)
All graphics are Direct2D (part of DirectX)
Hardware accelerated
Vector based graphics: no quality loss when
zoom
Using style like CSS
4
WPF Layers