06 2021 档案

【WPF】WPF的二维路径标记语法绘图PathGeometry
摘要:我们用Path来实现一条直线: <Path Stroke="Black" StrokeThickness="1" > <Path.Data> <LineGeometry StartPoint="10,20" EndPoint="100,130" /> </Path.Data> </Path> 这种方 阅读全文

posted @ 2021-06-11 10:53 梦琪小生 阅读(1833) 评论(0) 推荐(0)

【转】【WPF】WPF无边框窗体
摘要:窗体部分代码: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; usin 阅读全文

posted @ 2021-06-06 11:31 梦琪小生 阅读(158) 评论(0) 推荐(0)

导航