VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebDropShadowCommandJS type / get_LightDirection Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_LightDirection Method
    In This Topic
    Gets the direction of the light source.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebDropShadowCommandJS();
    
    var value; // Type: number
    value = instance.get_LightDirection();
    
    
    function get_LightDirection() : number;
    

    Return Value

    Direction of the light source. Valid values are from 0 to 360. Default value is 45.
    Browser Compatibility
    56+
    45+
    11
    See Also