Struct VipsProgress
Struct we keep a record of execution time in. Passed to eval signal so it can assess progress.
Inherited Members
Namespace: NetVips
Assembly: NetVips.dll
Syntax
public struct VipsProgress
Fields
Eta
Estimated seconds of computation left.
Declaration
public int Eta
Field Value
Type | Description |
---|---|
int |
NPels
Number of pels calculated so far.
Declaration
public long NPels
Field Value
Type | Description |
---|---|
long |
Percent
Percent complete.
Declaration
public int Percent
Field Value
Type | Description |
---|---|
int |
Run
Time we have been running.
Declaration
public int Run
Field Value
Type | Description |
---|---|
int |
TPels
Number of pels we expect to calculate.
Declaration
public long TPels
Field Value
Type | Description |
---|---|
long |
Properties
Start
Start time.
Declaration
public GTimer Start { get; }
Property Value
Type | Description |
---|---|
GTimer |