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

    Return Value

    Direction of the motion blur. Valid values are from 0 to 180. Default value is 45.
    Browser Compatibility
    56+
    45+
    11
    See Also