C# 클래스 firewood.Controllers.PicPoolController

상속: Controller
파일 보기 프로젝트 열기: GHY-ORG/Firewood

공개 메소드들

메소드 설명
GetImg ( int type, System.Guid id ) : Image
SaveBmp ( Bitmap bmp, Image img ) : byte[]

비공개 메소드들

메소드 설명
Get ( System.Guid id, int type, int width ) : System.Web.Mvc.ActionResult
Get ( System.Guid id, int type, string size ) : System.Web.Mvc.ActionResult

메소드 상세

GetImg() 공개 메소드

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

SaveBmp() 공개 메소드

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