C# Class firewood.Controllers.PicPoolController

Inheritance: Controller
ファイルを表示 Open project: GHY-ORG/Firewood

Public Methods

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

Private Methods

Method 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 method

public GetImg ( int type, System.Guid id ) : Image
type int
id System.Guid
return Image

SaveBmp() public method

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