摘要: elementCanvas继承UserControl 声明属性: #region 缩放属性添加 float ratio = 1.0f; public float Ratio { set { ratio = value; Width = width; Height = height; } get => 阅读全文
posted @ 2019-08-16 11:42 搬砖的L先生 阅读(680) 评论(0) 推荐(0)