Show / Hide Table of Contents

Class TargetCustom

An target you can connect delegates to implement behaviour.

Inheritance
object
CriticalFinalizerObject
SafeHandle
GObject
VipsObject
Connection
Target
TargetCustom
Implements
IDisposable
Inherited Members
Target.Blob
Target.NewToDescriptor(int)
Target.NewToFile(string)
Target.NewToMemory()
Connection.GetFileName()
Connection.GetNick()
VipsObject.OnPostClose
VipsObject.GetTypeOf(string)
VipsObject.GetBlurb(string)
VipsObject.GetDescription()
GObject.SignalConnect<T>(string, T, nint)
GObject.SignalHandlerDisconnect(ulong)
GObject.SignalHandlersDisconnectByFunc<T>(T, nint)
GObject.SignalHandlersDisconnectByData(nint)
GObject.ReleaseHandle()
GObject.IsInvalid
SafeHandle.handle
SafeHandle.Close()
SafeHandle.DangerousAddRef(ref bool)
SafeHandle.DangerousGetHandle()
SafeHandle.DangerousRelease()
SafeHandle.Dispose()
SafeHandle.Dispose(bool)
SafeHandle.SetHandle(IntPtr)
SafeHandle.SetHandleAsInvalid()
SafeHandle.IsClosed
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDisposable
In this article
Back to top Generated by DocFX