There are many leftovers from the time when extension methods used to operate on an image:
|
/// <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, |
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