C# Class JelloScrum.Model.Entities.Avatar

De Avatar klasse
Show file Open project: auxilium/JelloScrum

Public Methods

Method Description
Avatar ( ) : System

Empty constructor

CropResize ( string fileName ) : byte[]

Crop de avatar tot aan de selectie Resize de selectie naar 40px bij 40px

Method Details

Avatar() public method

Empty constructor
public Avatar ( ) : System
return System

CropResize() public method

Crop de avatar tot aan de selectie Resize de selectie naar 40px bij 40px
public CropResize ( string fileName ) : byte[]
fileName string
return byte[]