checkCommandParams Method
Checks command parameters before command execution.
var instance = new Vintasoft.Imaging.ImageProcessing.WebQuadrilateralWarpCommandJS();
var value; // Type: boolean
// Parameters
var image; // Type: WebImageJS
value = instance.checkCommandParams(image);
function checkCommandParams(
: WebImageJS
) : boolean;
Parameters
- image
- Image that should be processed.
Return Value
True if parameters are correct; False if parameters are NOT correct.