VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebResizeCanvasCommandJS type / get_ImagePosition Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ImagePosition Method
    In This Topic
    Gets the image position on new canvas.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebResizeCanvasCommandJS();
    
    var value; // Type: object
    value = instance.get_ImagePosition();
    
    
    function get_ImagePosition() : object;
    

    Return Value

    Image position. Default values is { x: 0, y: 0 }.
    Browser Compatibility
    56+
    45+
    11
    See Also