Interface IImageController
Namespace: Simplic.ImageProcessing.Interfaces
Assembly: Simplic.ImageProcessing.dll
Syntax
public interface IImageController
Events
| Improve this Doc View SourceOnImageSequenceChange
Event for up and down sequence change bottons
Declaration
event OnImageSequenceChangeDelegate OnImageSequenceChange
Event Type
Type | Description |
---|---|
OnImageSequenceChangeDelegate |
OnRemoveSelectedImage
Event for the remove image button
Declaration
event OnRemoveSelectedImageDelegate OnRemoveSelectedImage
Event Type
Type | Description |
---|---|
OnRemoveSelectedImageDelegate |
OnRotateImage
Event for the button to start rotate the image
Declaration
event OnRotateImageDelegate OnRotateImage
Event Type
Type | Description |
---|---|
OnRotateImageDelegate |