set_DestinationPoints Method
In This Topic
Sets an array of four or three points that define a quadrangle.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebQuadrilateralWarpCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: object[]
returnValue = instance.set_DestinationPoints(value);
function set_DestinationPoints(
: object[]
) : any;
Parameters
- value
- Array of points. Default value is empty array.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
| Thrown if array length is not equal 3 or 4. |
| Thrown if destination points are not convex. |
Browser Compatibility
See Also