ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / Point class / composeWith Method

In This Topic
    composeWith Method
    In This Topic
    Makes the composition of this point with given vector.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function composeWith( 
       vector : Point
    ) : (Any);
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfPoint.composeWith(Point);

    Parameters

    vector
    The vector for the composition.
    See Also