合并修改
This commit is contained in:
@ -580,7 +580,7 @@ namespace DH.UI.Model.Winform
|
||||
/// </summary>
|
||||
[Browsable(false)]
|
||||
public Rectangle BaseRectangle { get; set; }
|
||||
EnumHelper.ElementState IShapeElement.State { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }
|
||||
|
||||
|
||||
public abstract bool IsMouseHover(PointF p);
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
using DH.Commons.Enums;
|
||||
using DH.Commons.Base;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Drawing;
|
||||
|
Reference in New Issue
Block a user