C# Class SpeakerNet.Controllers.SpeakerPictureController

Inheritance: SpeakerNetController
Mostrar archivo Open project: dotnet-koelnbonn/SpeakerNet

Public Methods

Method Description
Show ( System.Guid speakerId, int width, int height, string mode = "" ) : System.Web.Mvc.ActionResult
SpeakerPictureController ( ISpeakerPictureService service ) : System

Private Methods

Method Description
CropImage ( System.Web.Helpers.WebImage image, int width, int height ) : System.Web.Helpers.WebImage

Method Details

Show() public method

public Show ( System.Guid speakerId, int width, int height, string mode = "" ) : System.Web.Mvc.ActionResult
speakerId System.Guid
width int
height int
mode string
return System.Web.Mvc.ActionResult

SpeakerPictureController() public method

public SpeakerPictureController ( ISpeakerPictureService service ) : System
service ISpeakerPictureService
return System