VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebQuadrilateralWarpCommandJS type / set_DestinationPoints Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    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(
    value
    Array of points. Default value is empty array.
    : object[]
    ) : any;

    Parameters

    value
    Array of points. Default value is empty array.
    Exceptions
    ExceptionDescription
    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
    56+
    45+
    11
    See Also