修改所有的保存图片

This commit is contained in:
TD
2025-04-02 20:14:06 +08:00
parent 67ba78f268
commit dbf412713b
3 changed files with 28 additions and 11 deletions

View File

@ -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);