Table of Contents

Class ImageProcessorParameters

Namespace
VAST.Image
Assembly
VAST.Common.dll

Provides configuration parameters for an image processor.

public class ImageProcessorParameters
Inheritance
ImageProcessorParameters
Inherited Members

Constructors

ImageProcessorParameters()

public ImageProcessorParameters()

Properties

AfterRenderFrame

Gets or sets the callback to invoke after rendering each frame.

public ImageProcessorParameters.AfterRenderingDelegate AfterRenderFrame { get; set; }

Property Value

ImageProcessorParameters.AfterRenderingDelegate

BeforeRenderFrame

Gets or sets the callback to invoke before rendering each frame.

public ImageProcessorParameters.BeforeRenderingDelegate BeforeRenderFrame { get; set; }

Property Value

ImageProcessorParameters.BeforeRenderingDelegate

ContextCreated

Gets or sets the callback to invoke when the rendering context is created.

public ImageProcessorParameters.ContextCreatedDelegate ContextCreated { get; set; }

Property Value

ImageProcessorParameters.ContextCreatedDelegate

ImageFramework

Gets or sets the image framework to use for processing.

public ImageFramework ImageFramework { get; set; }

Property Value

ImageFramework