Interface IRowIntervalOperation
Defines the contract for an action that operates on a row interval.
Namespace: SixLabors.ImageSharp.Advanced
Assembly: SixLabors.ImageSharp.dll
Syntax
public interface IRowIntervalOperation
Methods
| Edit this page View SourceInvoke(in RowInterval)
Invokes the method passing the row interval.
Declaration
void Invoke(in RowInterval rows)
Parameters
Type | Name | Description |
---|---|---|
RowInterval | rows | The row interval. |