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