mirror of
https://github.com/eggplantlwj/VisionEdit.git
synced 2026-03-24 00:36:41 +08:00
1、添加PMA匹配工具
2、建立工程概念,对工程进行保存和恢复 3、将图像显示窗口更改为SmartwindowControl 4、其他bug修复
This commit is contained in:
@@ -37,11 +37,11 @@ namespace DataStruct
|
||||
[Serializable]
|
||||
public class XYU
|
||||
{
|
||||
internal XYU()
|
||||
public XYU()
|
||||
{
|
||||
_point = new XY();
|
||||
}
|
||||
internal XYU(double x, double y, double u)
|
||||
public XYU(double x, double y, double u)
|
||||
{
|
||||
_point = new XY();
|
||||
_point.X = x;
|
||||
|
||||
Reference in New Issue
Block a user