Skip to content

Review and fix parameter names and XML docs in extension methods #94

@antonfirsov

Description

@antonfirsov

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,

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions