Interface IImageViewer
Namespace: Simplic.ImageProcessing.Interfaces
Assembly: Simplic.ImageProcessing.dll
Syntax
public interface IImageViewer
Methods
| Improve this Doc View SourceGetViewer()
passes surface viewer
Declaration
GdViewer GetViewer()
Returns
Type | Description |
---|---|
GdPicture14.GdViewer |
ImageChanged(Byte[], ImageChangeTypes)
function to fire the event after changes at the image
Declaration
void ImageChanged(byte[] imageData, ImageChangeTypes changeType)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | imageData | changed image data |
ImageChangeTypes | changeType | type of change |
Events
| Improve this Doc View SourceOnImageChanged
event to pass the changed data
Declaration
event OnImageChangedDelegate OnImageChanged
Event Type
Type | Description |
---|---|
OnImageChangedDelegate |