实现Bookmarks and Hyperlinks,Comments,Document Properties,Export,Field,Formatting,Form Fields,Header and Footer,Import,Inline Pictures,List,Page Layout,Range,Search and Replace,Selection Collection,Shapes,Styles,Table基本功能
本文实例为大家分享了WPF实现平面三角形3D运动效果的具体代码,供大家参考,具体内容如下
实现效果如下:
思路:封装三角形三个顶点和路径的三角形类,图形渲染时同步更新公共顶点三角形的顶点位置。
步骤:
1、三角形类Triangle.cs
public Point A, B, C;//初始三个顶点
public Point VA, VB, VC;//运动的三个顶点
public Path trianglePath;//三角形路径
public Color triangleColor;//填充