C# Class YumaPos.UploadFileServer.ImageResize.ImageControl

Afficher le fichier Open project: yumapos/Yumasoft-UploadServer

Méthodes publiques

Méthode Description
CropImage ( byte data, int width, int height ) : byte[]
PadImage ( byte data, int width, int height ) : byte[]
ScaleImage ( byte data, int width, int height ) : byte[]

Method Details

CropImage() public static méthode

public static CropImage ( byte data, int width, int height ) : byte[]
data byte
width int
height int
Résultat byte[]

PadImage() public static méthode

public static PadImage ( byte data, int width, int height ) : byte[]
data byte
width int
height int
Résultat byte[]

ScaleImage() public static méthode

public static ScaleImage ( byte data, int width, int height ) : byte[]
data byte
width int
height int
Résultat byte[]