C# 클래스 Postworthy.Models.Core.ImageManipulation

파일 보기 프로젝트 열기: postworthy/postworthy

공개 메소드들

메소드 설명
DecodeImage ( string ImageBase64Encoded ) : Bitmap
EncodeImage ( Bitmap bmp, int width, int height ) : string

메소드 상세

DecodeImage() 공개 정적인 메소드

public static DecodeImage ( string ImageBase64Encoded ) : Bitmap
ImageBase64Encoded string
리턴 System.Drawing.Bitmap

EncodeImage() 공개 정적인 메소드

public static EncodeImage ( Bitmap bmp, int width, int height ) : string
bmp System.Drawing.Bitmap
width int
height int
리턴 string