|
Dynamsoft Panorama - API Reference
|
Functions | |
| delegate void | Dynamsoft.Panorama.CB_PanoramaResult (ref PanoramaResult[] result, IntPtr pUser) |
| Represents the method that will handle the stitched image and panorama result returned by the SDK. More... | |
| delegate void | Dynamsoft.Panorama.CB_PanoramaErrorCode (int errorCode, IntPtr pUser) |
| Represents the method that will handle the error code returned by the SDK. More... | |
| delegate void Dynamsoft.Panorama.CB_PanoramaErrorCode | ( | int | errorCode, |
| IntPtr | pUser | ||
| ) |
Represents the method that will handle the error code returned by the SDK.
| errorCode | Error Code generated when stitching frames. |
| pUser | Arguments pass to your function. |
| delegate void Dynamsoft.Panorama.CB_PanoramaResult | ( | ref PanoramaResult [] | result, |
| IntPtr | pUser | ||
| ) |
Represents the method that will handle the stitched image and panorama result returned by the SDK.
| result | The panorama result array.. |
| pUser | Arguments pass to your function. |