C# Класс SpeakerNet.Controllers.SpeakerPictureController

Наследование: SpeakerNetController
Показать файл Открыть проект

Открытые методы

Метод Описание
Show ( System.Guid speakerId, int width, int height, string mode = "" ) : System.Web.Mvc.ActionResult
SpeakerPictureController ( ISpeakerPictureService service ) : System

Приватные методы

Метод Описание
CropImage ( System.Web.Helpers.WebImage image, int width, int height ) : System.Web.Helpers.WebImage

Описание методов

Show() публичный Метод

public Show ( System.Guid speakerId, int width, int height, string mode = "" ) : System.Web.Mvc.ActionResult
speakerId System.Guid
width int
height int
mode string
Результат System.Web.Mvc.ActionResult

SpeakerPictureController() публичный Метод

public SpeakerPictureController ( ISpeakerPictureService service ) : System
service ISpeakerPictureService
Результат System