VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebQuadrilateralWarpCommandJS type / get_DestinationPoints Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_DestinationPoints Method
    In This Topic
    Gets an array of four or three points that define a quadrangle.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebQuadrilateralWarpCommandJS();
    
    var value; // Type: object[]
    value = instance.get_DestinationPoints();
    
    
    function get_DestinationPoints() : object[];
    

    Return Value

    Array of points. Default value is empty array.
    Browser Compatibility
    56+
    45+
    11
    See Also