-
-
Notifications
You must be signed in to change notification settings - Fork 45
Closed
Labels
APIdocumentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers
Milestone
Description
There are many leftovers from the time when extension methods used to operate on an image:
ImageSharp.Drawing/src/ImageSharp.Drawing/Processing/Extensions/DrawLineExtensions.cs
Lines 95 to 100 in 799d6af
| /// <param name="source">The image this method extends.</param> | |
| /// <param name="pen">The pen.</param> | |
| /// <param name="points">The points.</param> | |
| /// <returns>The <see cref="IImageProcessingContext"/> to allow chaining of operations.</returns> | |
| public static IImageProcessingContext DrawLines( | |
| this IImageProcessingContext source, |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
APIdocumentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers