Show / Hide Table of Contents

Class SourceCustom

An source you can connect delegates to implement behaviour.

Inheritance
object
CriticalFinalizerObject
SafeHandle
GObject
VipsObject
Connection
Source
SourceCustom
Implements
IDisposable
Inherited Members
Source.NewFromMemory(ReadOnlySpan<byte>)
Source.NewFromDescriptor(int)
Source.NewFromFile(string)
Source.NewFromMemory(byte[])
Source.NewFromMemory(string)
Source.NewFromMemory(char[])
Source.Dispose(bool)
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.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 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

Implements

IDisposable
In this article
Back to top Generated by DocFX