From 4b125bbfd8dca96b390a129d7783be8e59535d96 Mon Sep 17 00:00:00 2001 From: fajiao <1519100073@qq.com> Date: Tue, 29 Nov 2022 17:38:57 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AD=98=E5=82=A8=E5=8A=A8=E6=80=81?= =?UTF-8?q?=E8=AE=A1=E7=AE=97=E9=9D=9E=E7=BA=BF=E6=80=A7zoom=E4=B8=BA?= =?UTF-8?q?=E7=BA=BF=E5=BD=A2zoom=E5=85=AC=E5=BC=8F=EF=BC=8C=E5=AE=9E?= =?UTF-8?q?=E7=8E=B0=E5=8A=A8=E6=80=81=E8=AE=A1=E7=AE=97zoom?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Component/MarkSeacher/Seacher/MarkSearcherBase.cs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Cis.Application/Core/Component/MarkSeacher/Seacher/MarkSearcherBase.cs b/Cis.Application/Core/Component/MarkSeacher/Seacher/MarkSearcherBase.cs index 5bb9bed..dfd95e7 100644 --- a/Cis.Application/Core/Component/MarkSeacher/Seacher/MarkSearcherBase.cs +++ b/Cis.Application/Core/Component/MarkSeacher/Seacher/MarkSearcherBase.cs @@ -213,6 +213,14 @@ public abstract class MarkSearcherBase return pointF; } + /// + /// 将计算公式存储到数据库,实现动态计算公式 + /// https://github.com/houlongchao/HLC.Expression + /// https://blog.csdn.net/cxb2011/article/details/100837168 + /// https://github.com/zz1231118/Rabbit + /// + /// + /// protected abstract double GetZoomTag(double zoomPos); #endregion Util