ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / PageView class / mirror Method

In This Topic
    mirror Method
    In This Topic
    Mirrors the current image (swaps the left and right sides).
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function mirror() : (Any);
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfPageView.mirror();
    Remarks

    Mirrors the current image (swaps the left and right sides), while keeping the portion of the image at the center of the viewer remaining in the same location.

    See Also