VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebFillRectangleCommandJS type / get_Color Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Color Method
    In This Topic
    Gets the color, which should be used for filling the rectangles.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebFillRectangleCommandJS();
    
    var value; // Type: Vintasoft.Imaging.ImageProcessing.WebColorBaseJS
    value = instance.get_Color();
    
    
    function get_Color() : WebColorBaseJS;
    

    Return Value

    An instance of WebColorBaseJS class.
    Browser Compatibility
    56+
    45+
    11
    See Also