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 SourceEta
Estimated seconds of computation left.
Declaration
public int Eta
Field Value
Type | Description |
---|---|
System.Int32 |
NPels
Number of pels calculated so far.
Declaration
public long NPels
Field Value
Type | Description |
---|---|
System.Int64 |
Percent
Percent complete.
Declaration
public int Percent
Field Value
Type | Description |
---|---|
System.Int32 |
Run
Time we have been running.
Declaration
public int Run
Field Value
Type | Description |
---|---|
System.Int32 |
Start
Start time.
Declaration
public GTimer Start
Field Value
Type | Description |
---|---|
GTimer |
TPels
Number of pels we expect to calculate.
Declaration
public long TPels
Field Value
Type | Description |
---|---|
System.Int64 |