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
| Improve this Doc View SourceInvoke(Int32)
Invokes the method passing the row y coordinate.
Declaration
void Invoke(int y)
Parameters
Type | Name | Description |
---|---|---|
Int32 | y | The row y coordinate. |