Table of Contents

Interface IRowOperation

Namespace
SixLabors.ImageSharp.Advanced
Assembly
SixLabors.ImageSharp.dll

Defines the contract for an action that operates on a row.

public interface IRowOperation

Methods

Invoke(int)

Invokes the method passing the row y coordinate.

void Invoke(int y)

Parameters

y int

The row y coordinate.