Delegate TargetCustom.SeekDelegate
A seek delegate.
Namespace: NetVips
Assembly: NetVips.dll
Syntax
public delegate long TargetCustom.SeekDelegate(long offset, SeekOrigin origin)
Parameters
| Type | Name | Description |
|---|---|---|
| long | offset | A byte offset relative to the |
| SeekOrigin | origin | A value of type SeekOrigin indicating the reference point used to obtain the new position. |
Returns
| Type | Description |
|---|---|
| long | The new position within the current target. |
Remarks
libtiff needs to be able to seek on targets, unfortunately.