Class SourceCustom
An source you can connect delegates to implement behaviour.
Inheritance
SourceCustom
Implements
Inherited Members
Namespace: NetVips
Assembly: NetVips.dll
Syntax
public class SourceCustom : Source, IDisposable
Constructors
SourceCustom()
An input connection.
Declaration
public SourceCustom()
Events
OnRead
Attach a read delegate.
Declaration
public event SourceCustom.ReadDelegate OnRead
Event Type
Type | Description |
---|---|
SourceCustom.ReadDelegate |
OnSeek
Attach a seek delegate.
Declaration
public event SourceCustom.SeekDelegate OnSeek
Event Type
Type | Description |
---|---|
SourceCustom.SeekDelegate |