Show / Hide Table of Contents

Delegate Image.EvalDelegate

A evaluation delegate that can be used on the PreEval, Eval and PostEval signals.

Namespace: NetVips
Assembly: NetVips.dll
Syntax
public delegate void EvalDelegate(Image image, VipsProgress progressStruct);
Parameters
Type Name Description
Image image
VipsProgress progressStruct
Remarks

Use SetProgress(Boolean) to enable progress reporting on an image.

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