Shuxia Ning
2024-10-12 b94da76188b834922d2f13365b22208a4bc4049a
WinFrmUI/Yw.WinFrmUI.Hydro.Q3d.Core/Map/Drawer.Model.cs
@@ -102,6 +102,7 @@
        MouseState _mouseState = MouseState.无;
        private NodeViewModel _OperaNode = null;
        PointF _HookPoint = new PointF(-1, -1);
        public PointF mouseXY = new PointF(0, 0);
        PointF DragStartPos;
@@ -306,10 +307,11 @@
        
        private double Rotation0 = 0;
        [Browsable(false)]
        public PointF MapCenter
        public PointF3D MapCenter
        { 
            get 
            { 
                if (mapOption?.Center == null) return new PointF3D(0, 0, 0);
                return mapOption.Center; 
            } 
            set 
@@ -319,7 +321,7 @@
                mapOption.Center = value; 
            } 
        }
        private PointF MapCenter0;
        private PointF3D MapCenter0;
        private bool is3Dview = false;
        double 俯视角度_start = 90;