ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / Rectangle class / clone Method

In This Topic
    clone Method
    In This Topic
    Creates a copy of the rectangle.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function clone() : (Any);
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfRectangle.clone();
    Remarks

    This function creates a copy of the rectangle.

    See Also