Table of Contents

Interface IRowIntervalOperation

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

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

public interface IRowIntervalOperation

Methods

Invoke(in RowInterval)

Invokes the method passing the row interval.

void Invoke(in RowInterval rows)

Parameters

rows RowInterval

The row interval.