C# Class firewood.Controllers.PicPoolController

Inheritance: Controller
Afficher le fichier Open project: GHY-ORG/Firewood

Méthodes publiques

Méthode Description
GetImg ( int type, System.Guid id ) : Image
SaveBmp ( Bitmap bmp, Image img ) : byte[]

Private Methods

Méthode Description
Get ( System.Guid id, int type, int width ) : System.Web.Mvc.ActionResult
Get ( System.Guid id, int type, string size ) : System.Web.Mvc.ActionResult

Method Details

GetImg() public méthode

public GetImg ( int type, System.Guid id ) : Image
type int
id System.Guid
Résultat Image

SaveBmp() public méthode

public SaveBmp ( Bitmap bmp, Image img ) : byte[]
bmp System.Drawing.Bitmap
img Image
Résultat byte[]