duheng
2024-11-12 0bc0468692ad7b16cd2d49d20c4689ddcd6fb212
WinFrmUI/Yw.WinFrmUI.Hydro.Q3d.Core/MapView/Common/MapDimensions.cs
@@ -6,7 +6,7 @@
using System.Text;
using System.Threading.Tasks;
namespace Yw.WinFrmUI.Q3D
namespace Yw.WinFrmUI.Q3d
{
    [Serializable]
    public class MapDimensions
@@ -16,7 +16,7 @@
        [Category("视角")]
        [DisplayName("中心")]
        [Browsable(true)]
        public PointF Center { get; set; }
        public PointF3D Center { get; set; }
        [Category("视角")]
        [DisplayName("缩放")]