更新整理
This commit is contained in:
@@ -6,7 +6,7 @@ using Autodesk.Revit.DB;
|
||||
using Autodesk.Revit.UI;
|
||||
|
||||
using Nice3point.Revit.Toolkit.External;
|
||||
using ShrlAlgo.Toolkit.Core.Heplers;
|
||||
using ShrlAlgoToolkit.Core.Assists;
|
||||
|
||||
namespace ShrlAlgo.Addin.Test;
|
||||
|
||||
@@ -58,6 +58,6 @@ public class TestGDI : ExternalCommand
|
||||
var graphics = Graphics.FromHwnd(System.Diagnostics.Process.GetCurrentProcess().MainWindowHandle);
|
||||
var p = new System.Drawing.Point(rectangle.Left + 1920, rectangle.Top);
|
||||
var p1 = new System.Drawing.Point(rectangle.Right + 1920, rectangle.Bottom);
|
||||
GdiHelper.DrawLine(graphics, p, p1);
|
||||
GdiAssist.DrawLine(graphics, p, p1);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user