Creating 2D and 3D charts is one of the most common uses of computer graphics. Such charts can have wide applications in representing mathematical, physical, and economic functions in your daily life. Whether yo
i Practical WPF Charts and Graphics Advanced Chart and Graphics Programming with the Windows Presentation Foundation Jack Xu
这个例子创建了一个叫做WPFOverview.FirstWPFProgram的新类,继承自Window基类。 当你创建一个WPF应用程序时,Visual Studio 自动生成一个partial类,在里面你可以放置你的事件处理代码。前面我们讨论了一个简单的XAML文件WPFOverview.xaml。如果你创建一个叫做FirstWPFProgram的WPF Windows应用程序,Visual Studio将自动生成下面...
Creating 2D and 3D charts is one of the most common uses of computer graphics. Such charts can have wide applications in representing mathematical, physical, and economic functions in your daily life. Whether you are an engineer, a quantitative analyst, a teacher, or a student, you will end...
他专门研究数值计算方法,算法,物理建模,计算机辅助设计(CAD)工具开发,图形用户接口和3D图形。他是很多.NET编程书的作者,其中包括《Practical C# Charts and Graphics》,《Practical WPF Graphics Programming》,《Practical Silverlight Programming》,《Practical Numerical Methods with C#》。
当当中华商务进口图书旗舰店在线销售正版《海外直订Practical WPF Charts and Graphics: Advanced Chart and Graphics Programming with the Windows P...》。最新《海外直订Practical WPF Charts and Graphics: Advanced Chart and Graphics Programming with the Windows
Windows Presentation Foundation (WPF) is a next-generation graphics platform that enables you to build advanced user interfaces incorporating documents, media, 2D and 3D graphics, and animations. It is an ideal development tool that allows you to not onlXu, J...
图形应用程序应用不止一个变换到图形对象上很常见。例如,你也许想要先应用一个拉伸变换S,然后应用一个旋转变换R。你可以组合基本的S,T,R矩阵去产生想要的一般变换结果。组合变换的基本目的是通过应用一个组合的变换到一个点上,而不是一个接一个地应用一系列的变换,由此来增加效率。