付出与汲取

04 2022 档案

根据对像属性特性,验证实体对象
摘要:/// <summary> /// 验证实体对象 /// </summary> /// <typeparam name="T"></typeparam> /// <param name="t"></param> /// <returns></returns> public static Result 阅读全文

posted @ 2022-04-20 15:35 付出与汲取 阅读(39) 评论(0) 推荐(0)

WPF 相关操作
摘要:1、获取鼠标相对当前所在控件的相对位置 private void img_RoadPic_MouseDown(object sender, MouseButtonEventArgs e) { System.Windows.Controls.Image image = sender as System 阅读全文

posted @ 2022-04-20 15:34 付出与汲取 阅读(26) 评论(0) 推荐(0)

WPF 图片处理
摘要:参考文献:https://blog.csdn.net/qq_28368039/article/details/115933557 阅读全文

posted @ 2022-04-19 09:25 付出与汲取 阅读(38) 评论(0) 推荐(0)

导航