Class TargetCustom
An target you can connect delegates to implement behaviour.
Inheritance
TargetCustom
Implements
Inherited Members
Namespace: NetVips
Assembly: NetVips.dll
Syntax
public class TargetCustom : Target, IDisposable
Constructors
TargetCustom()
An output connection.
Declaration
public TargetCustom()
Events
OnEnd
Attach a end delegate.
Declaration
public event TargetCustom.EndDelegate OnEnd
Event Type
Type | Description |
---|---|
TargetCustom.EndDelegate |
OnRead
Attach a read delegate.
Declaration
public event TargetCustom.ReadDelegate OnRead
Event Type
Type | Description |
---|---|
TargetCustom.ReadDelegate |
Remarks
This is not called prior libvips 8.13.
OnSeek
Attach a seek delegate.
Declaration
public event TargetCustom.SeekDelegate OnSeek
Event Type
Type | Description |
---|---|
TargetCustom.SeekDelegate |
Remarks
This is not called prior libvips 8.13.
OnWrite
Attach a write delegate.
Declaration
public event TargetCustom.WriteDelegate OnWrite
Event Type
Type | Description |
---|---|
TargetCustom.WriteDelegate |