Show / Hide Table of Contents

Class SourceCustom

An source you can connect delegates to implement behaviour.

Inheritance
System.Object
System.Runtime.ConstrainedExecution.CriticalFinalizerObject
System.Runtime.InteropServices.SafeHandle
GObject
VipsObject
Connection
Source
SourceCustom
Implements
System.IDisposable
Inherited Members
Source.NewFromDescriptor(Int32)
Source.NewFromFile(String)
Source.NewFromMemory(Byte[])
Source.NewFromMemory(String)
Source.NewFromMemory(Char[])
Source.Dispose(Boolean)
Connection.GetFileName()
Connection.GetNick()
VipsObject.GetTypeOf(String)
VipsObject.GetBlurb(String)
VipsObject.Get(String)
VipsObject.Set(IntPtr, String, Object)
VipsObject.SetString(String)
VipsObject.GetDescription()
GObject.SignalConnect(String, Delegate, IntPtr)
GObject.ReleaseHandle()
GObject.IsInvalid
GObject.RefCount
System.Runtime.InteropServices.SafeHandle.handle
System.Runtime.InteropServices.SafeHandle.Close()
System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean)
System.Runtime.InteropServices.SafeHandle.DangerousGetHandle()
System.Runtime.InteropServices.SafeHandle.DangerousRelease()
System.Runtime.InteropServices.SafeHandle.Dispose()
System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr)
System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid()
System.Runtime.InteropServices.SafeHandle.IsClosed
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: NetVips
Assembly: NetVips.dll
Syntax
public class SourceCustom : Source, IDisposable

Constructors

| Improve this Doc View Source

SourceCustom()

Declaration
public SourceCustom()

Events

| Improve this Doc View Source

OnRead

Attach a read delegate.

Declaration
public event SourceCustom.ReadDelegate OnRead
Event Type
Type Description
SourceCustom.ReadDelegate
| Improve this Doc View Source

OnSeek

Attach a seek delegate.

Declaration
public event SourceCustom.SeekDelegate OnSeek
Event Type
Type Description
SourceCustom.SeekDelegate

Implements

System.IDisposable
  • Improve this Doc
  • View Source
Back to top Generated by DocFX