We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8effd5 commit 17487f5Copy full SHA for 17487f5
1 file changed
src/Magick.NET/Drawing/Coordinates/DrawableCoordinates.cs
@@ -15,7 +15,7 @@ protected DrawableCoordinates(IEnumerable<TCoordinateType> coordinates, int minC
15
{
16
Throw.IfNull(coordinates);
17
18
- _coordinates = DrawableCoordinates<TCoordinateType>.CheckCoordinates(new List<TCoordinateType>(coordinates), minCount);
+ _coordinates = DrawableCoordinates<TCoordinateType>.CheckCoordinates([.. coordinates], minCount);
19
}
20
21
public int Count
0 commit comments