The following tables list the members exposed by ImageProcessing.
Name | Description | |
---|---|---|
![]() | ImageProcessing Constructor | Initializes a new instance of ImageProcessing. |
Name | Description | |
---|---|---|
![]() | Arguments | Get the dictionary to add the arguments for the current image processing command to. |
![]() | Command | Gets or sets the name of the image processing command to run. |
![]() | ImageData | Gets or sets the source HTML5 canvas image data. |
![]() | IsRunning | Gets a value that indicate whether the image processing command is currently running. |
![]() | JSFilePath | Gets or sets the path to JavaScript file containing the image processing functions to use. |
![]() | RunInMainThread | Force running this image processing operation in the current thread. |
Name | Description | |
---|---|---|
![]() | Completed | Occurs when the command finishes running. |
![]() | Error | Occurs when an error occurs when the command is running. |
![]() | Progress | Occurs while the command is running to provide progress report. |