Class TargetCustom
An target you can connect delegates to implement behaviour.
Inheritance
System.Object
System.Runtime.ConstrainedExecution.CriticalFinalizerObject
System.Runtime.InteropServices.SafeHandle
TargetCustom
Implements
System.IDisposable
Inherited Members
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.Dispose(System.Boolean)
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 TargetCustom : Target, IDisposable
Constructors
| Improve this Doc View SourceTargetCustom()
Declaration
public TargetCustom()
Events
| Improve this Doc View SourceOnFinish
Attach a finish delegate.
Declaration
public event TargetCustom.FinishDelegate OnFinish
Event Type
Type | Description |
---|---|
TargetCustom.FinishDelegate |
OnWrite
Attach a write delegate.
Declaration
public event TargetCustom.WriteDelegate OnWrite
Event Type
Type | Description |
---|---|
TargetCustom.WriteDelegate |
Implements
System.IDisposable