Dynamsoft Panorama - API Reference
Functions
delegate

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...
 

Function Documentation

◆ CB_PanoramaErrorCode()

delegate void Dynamsoft.Panorama.CB_PanoramaErrorCode ( int  errorCode,
IntPtr  pUser 
)

Represents the method that will handle the error code returned by the SDK.

Parameters
errorCodeError Code generated when stitching frames.
pUserArguments pass to your function.

◆ CB_PanoramaResult()

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.

Parameters
resultThe panorama result array..
pUserArguments pass to your function.