Show / Hide Table of Contents

Struct VipsProgress

Struct we keep a record of execution time in. Passed to eval signal so it can assess progress.

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NetVips
Assembly: NetVips.dll
Syntax
public struct VipsProgress

Fields

| Improve this Doc View Source

Eta

Estimated seconds of computation left.

Declaration
public int Eta
Field Value
Type Description
System.Int32
| Improve this Doc View Source

NPels

Number of pels calculated so far.

Declaration
public long NPels
Field Value
Type Description
System.Int64
| Improve this Doc View Source

Percent

Percent complete.

Declaration
public int Percent
Field Value
Type Description
System.Int32
| Improve this Doc View Source

Run

Time we have been running.

Declaration
public int Run
Field Value
Type Description
System.Int32
| Improve this Doc View Source

Start

Start time.

Declaration
public GTimer Start
Field Value
Type Description
GTimer
| Improve this Doc View Source

TPels

Number of pels we expect to calculate.

Declaration
public long TPels
Field Value
Type Description
System.Int64
  • Improve this Doc
  • View Source
Back to top Generated by DocFX