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 Image.EvalDelegate(Image image, VipsProgress progressStruct)
Parameters
Type Name Description
Image image A evaluation delegate that can be used on the , and signals.
VipsProgress progressStruct A evaluation delegate that can be used on the , and signals.
Remarks

Use to enable progress reporting on an image.

In this article
Back to top Generated by DocFX