C# Class Postworthy.Models.Core.ImageManipulation

Afficher le fichier Open project: postworthy/postworthy

Méthodes publiques

Méthode Description
DecodeImage ( string ImageBase64Encoded ) : Bitmap
EncodeImage ( Bitmap bmp, int width, int height ) : string

Method Details

DecodeImage() public static méthode

public static DecodeImage ( string ImageBase64Encoded ) : Bitmap
ImageBase64Encoded string
Résultat System.Drawing.Bitmap

EncodeImage() public static méthode

public static EncodeImage ( Bitmap bmp, int width, int height ) : string
bmp System.Drawing.Bitmap
width int
height int
Résultat string