Class ImageProcessingHandler
Provides acces to imageprocessing funtions
Inheritance
System.Object
ImageProcessingHandler
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.ImageProcessing
Assembly: Simplic.ImageProcessing.dll
Syntax
public class ImageProcessingHandler
Constructors
| Improve this Doc View SourceImageProcessingHandler(IImageController, IImageViewer)
Creates handler betweens sourface controller and imageprocessing
Declaration
public ImageProcessingHandler(IImageController imageController, IImageViewer imageViewer)
Parameters
Type | Name | Description |
---|---|---|
IImageController | imageController | Common Interface to the current imageviewcontrol |
IImageViewer | imageViewer | common interface to get access to the current shown picture |
Events
| Improve this Doc View SourceImageSequenceChanged
Declaration
public event OnImageSequenceChangeDelegate ImageSequenceChanged
Event Type
Type | Description |
---|---|
OnImageSequenceChangeDelegate |