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

    Return Value

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