Telerik is a leading vendor of ASP.NET AJAX, ASP.NET MVC, Silverlight, WinForms and WPF controls and components, as well as .NET Reporting, .NET ORM , .NET CMS, Code Analysis, Mocking, Team Productivity and Automated Testing Tools. Building on its expertise in interface development and Microsoft technologies, Telerik helps customers build applications with unparalleled richness, responsiveness and interactivity. Telerik products help thousands of companies to be more productive and deliver reliable applications under budget and on time.
Version Q2 2011 released 07/12/2011
select

ImageEditor / Flip Image

100%0x0px(-,-)None

  • Flip Image

    This example demonstrates how to mirror your image vertically or horizontally. There are four FlipDirections available:
    1. FlipDirection.None (default) - the image is not flipped.
    2. FlipDirection.Vertical - the image is flipped vertically. The result after the operation is a mirrored image symmetrical to the original, with respect to the horizontal axis.
    3. FlipDirection.Horizontal - the image is flipped horizontally. The result after the operation is a mirrored image symmetrical to the original, with respect to the vertical axis.
    4. FlipDirection.Both - the image is flipped horizontally and vertically at the same time. The resulting image is a mirrored copy, symmetrical to the original, with respect to both the horizontal and vertical axes. The same effect is achieved by rotating the image 180 degrees.

    The flip related tools can be easily shown on the RadImageEditor's ToolBar by creating ImageEditorTool(s) with the following command names:
    1. CommandName="Flip"
    This command opens the "Flip" tool dialog from which the image can be mirrored in the desired direction.

    2. CommandName="FlipVertical"
    This tool directly flips the image vertically. If the image is already flipped it will reverse the mirror operation.

    3. CommandName="FlipHorizontal"
    This command directly flips the image horizontally. If the image is already flipped it will reverse the flip effect.

Source Code

C# VB.NET
Show code in new window Demo isolation steps
  • <%@ Page Language="C#" AutoEventWireup="true" %>

    <%@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %>
    <%@ Register TagPrefix="qsf" Namespace="Telerik.QuickStart" %>
    <%@ Register TagPrefix="qsf" TagName="Header" Src="~/Common/Header.ascx" %>
    <%@ Register TagPrefix="qsf" TagName="HeadTag" Src="~/Common/HeadTag.ascx" %>
    <%@ Register TagPrefix="qsf" TagName="Footer" Src="~/Common/Footer.ascx" %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head runat="server">
        <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
        <qsf:HeadTag ID="Headtag1" runat="server" />
    </head>
    <body class="BODY">
        <form id="form1" runat="server">
        <qsf:Header ID="Header1" runat="server" NavigationLanguage="c#" EnableScriptCombine="false" />
        <telerik:RadScriptManager ID="ScriptManager1" runat="server" />
        <telerik:RadImageEditor ID="RadImageEditor1" runat="server" ImageUrl="~/ImageEditor/images/11.jpg"
            Height="465px" Width="585px">
            <Tools>
                <telerik:ImageEditorToolGroup>
                    <telerik:ImageEditorTool CommandName="Flip" ToolTip="Flip Image" IsToggleButton="true" />
                    <telerik:ImageEditorToolSeparator />
                    <telerik:ImageEditorTool CommandName="FlipVertical" ToolTip="Flip Image Vertically" />
                    <telerik:ImageEditorTool CommandName="FlipHorizontal" ToolTip="Flip Image Horizontally" />
                </telerik:ImageEditorToolGroup>
            </Tools>
        </telerik:RadImageEditor>
        <qsf:Footer runat="server" ID="Footer1" />
        </form>
    </body>
    </html>

Get more than expected!

 
 

Take your time to truly experience the power of RadControls for ASP.NET AJAX with a free 60-day trial backed up by Telerik’s unlimited dedicated support.

Download your RadControls for ASP.NET AJAX trial and jumpstart your development with the available Getting Started resources.

If you have any questions, do not hesitate to contact us at sales@telerik.com.

Copyright 2002-2024 © Telerik. All right reserved
Telerik Inc, 201 Jones Rd, Waltham, MA 02451