自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(2)
  • 资源 (9)
  • 收藏
  • 关注

原创 WPF中CAD control的XAML实现

    下面这个XAML文件是cad control里面最重要的一部分,使用Grid包含Viewport,Viewport中包括Camera和model。    我以前和以后的关于WPF CAD的例子都是基于这个模板的,所以把这个文件单独放在一个文章里面,看其他文章遇到的话可以来查阅XAML的结构和一些Name。                                   

2010-05-05 16:10:00 5078

原创 WPF中使用TranslateTransform3D修改CAD的3D旋转中心

       前面一篇文章讲述了2D旋转功能的实现,文章提到了修改3D旋转中心,这一节主要总结一下具体的修改3D旋转中心的实现方法。(这个功能的实现有一段时间了,需要通过代码好好总结一下)      TranslateTransform3D以相对容器的偏移移动对象,通过OffsetX、OffsetY、OffsetZ属性来指定偏移量。 (1)定义对象        private T

2010-05-05 15:57:00 3411

WPF Localization Guidance

WPF Localization Guidance WPF程序实现本地化的方法介绍

2009-07-27

WPF Help Project

实现WPF使用F1打开帮助文档功能。 类HelpProvider类似C#里面的,需要设置Helpname和Keyword。

2009-07-14

WPF使用 F1 打开帮助文档源代码

实现了类似C# HelpProvider类的功能,用于WPF打开帮助文档。

2009-07-13

Beginning Visual C# Express

Beginning Visual C# Express is presented using a combination of over 400 pages of course notes and actual Visual C# Express examples. Ten plain-English lessons explain the Visual C# Express toolbox, event methods, and many elements of the C# computer language. Examples are used to demonstrate every step in the application building process. The tutorial also includes several computer projects that illustrate practical applications of Visual C# Express, including loan calculators, graphics programs, portfolio managers, checkbook balancers, and even a simple video game.

2009-07-06

Visual C# and Databases

Visual C# and Databases is a tutorial that provides a detailed introduction to using Visual C# for accessing and maintaining databases. Topics covered include: database structure, database design, Visual C# project building, ADO .NET data objects, data bound controls, proper interface design, structured query language (SQL), and database reports. Visual C# and Databases is presented using a combination of over 700 pages of course notes and actual Visual C# examples. No previous experience working with databases is presumed. It is assumed, however, that users of the course are familiar with the Visual C# environment and the steps involved in building a Visual C# application.

2009-07-06

WPF Arrow Code

WPF画箭头的相关代码,具体使用参见文章:http://blog.csdn.net/wmjcom/archive/2009/04/15/4075794.aspx

2009-07-06

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除