C# 클래스 Floream.People.Modules.ProfileModule

상속: Nancy.NancyModule
파일 보기 프로젝트 열기: AVADOLearning/floream-we-are

공개 메소드들

메소드 설명
ProfileModule ( PeopleContext people ) : System

비공개 메소드들

메소드 설명
GetImageFromByteArray ( byte bytes ) : Image
ScaleImage ( Image image, int maxWidth, int maxHeight ) : Bitmap

Scales an image proportionally. Returns a bitmap.

메소드 상세

ProfileModule() 공개 메소드

public ProfileModule ( PeopleContext people ) : System
people Floream.People.DataSources.Context.PeopleContext
리턴 System