VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebDrawImageCommandJS type / get_DestRect Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_DestRect Method
    In This Topic
    Gets the rectangle, in pixels, on the source image, where overlay image must be drawn.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebDrawImageCommandJS();
    
    var value; // Type: object
    value = instance.get_DestRect();
    
    
    function get_DestRect() : object;
    

    Return Value

    Rectangle. Default value is {x:0, y:0, width:0, height:0}.
    Browser Compatibility
    56+
    45+
    11
    See Also