C# Class Floream.People.Modules.ProfileModule

Inheritance: Nancy.NancyModule
Afficher le fichier Open project: AVADOLearning/floream-we-are

Méthodes publiques

Méthode Description
ProfileModule ( PeopleContext people ) : System

Private Methods

Méthode Description
GetImageFromByteArray ( byte bytes ) : Image
ScaleImage ( Image image, int maxWidth, int maxHeight ) : Bitmap

Scales an image proportionally. Returns a bitmap.

Method Details

ProfileModule() public méthode

public ProfileModule ( PeopleContext people ) : System
people Floream.People.DataSources.Context.PeopleContext
Résultat System