C# Class SpeakerNet.Controllers.SpeakerPictureController

Inheritance: SpeakerNetController
Afficher le fichier Open project: dotnet-koelnbonn/SpeakerNet

Méthodes publiques

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

Private Methods

Méthode Description
CropImage ( System.Web.Helpers.WebImage image, int width, int height ) : System.Web.Helpers.WebImage

Method Details

Show() public méthode

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

SpeakerPictureController() public méthode

public SpeakerPictureController ( ISpeakerPictureService service ) : System
service ISpeakerPictureService
Résultat System