C# Class Ext.Net.MVC.Examples.Areas.Draw_Basic.Controllers.ActionsController

Inheritance: Controller
Mostra file Open project: extnet/Ext.NET.Examples.MVC

Public Methods

Method Description
ChangeColor ( string button ) : System.Web.Mvc.ActionResult
CreateSprite ( string button ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
RotateLeft ( string button ) : System.Web.Mvc.ActionResult
RotateRight ( string button ) : System.Web.Mvc.ActionResult
Scaling ( string button ) : System.Web.Mvc.ActionResult
Translation ( string button ) : System.Web.Mvc.ActionResult

Method Details

ChangeColor() public method

public ChangeColor ( string button ) : System.Web.Mvc.ActionResult
button string
return System.Web.Mvc.ActionResult

CreateSprite() public method

public CreateSprite ( string button ) : System.Web.Mvc.ActionResult
button string
return System.Web.Mvc.ActionResult

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

RotateLeft() public method

public RotateLeft ( string button ) : System.Web.Mvc.ActionResult
button string
return System.Web.Mvc.ActionResult

RotateRight() public method

public RotateRight ( string button ) : System.Web.Mvc.ActionResult
button string
return System.Web.Mvc.ActionResult

Scaling() public method

public Scaling ( string button ) : System.Web.Mvc.ActionResult
button string
return System.Web.Mvc.ActionResult

Translation() public method

public Translation ( string button ) : System.Web.Mvc.ActionResult
button string
return System.Web.Mvc.ActionResult