4 references to AddCurve
System.Drawing.Common.Tests (4)
System\Drawing\Drawing2D\GraphicsPathTests.cs (2)
1212
gp.
AddCurve
(
1471
path.
AddCurve
([new(1, 1), new(2, 2), new(3, 3)]);
System\Drawing\RegionTests.cs (2)
208
path4.
AddCurve
([new(-4194304, -4194304), new(4194304, 4194304)]);
235
path.
AddCurve
([new(-4194304, -4194304), new(4194304, 4194304)]);