点线距测量工具实现

This commit is contained in:
李伟
2026-04-24 10:53:13 +08:00
parent eefbd1d1c8
commit ef4e1f9eda
7 changed files with 358 additions and 100 deletions
@@ -0,0 +1,9 @@
namespace XP.ImageProcessing.RoiControl.Models
{
public enum MeasureMode
{
None,
PointDistance,
PointToLine
}
}