Méthode | Description | |
---|---|---|
BitmapWrapper ( |
||
Dispose ( ) : void | ||
Save ( |
||
Save ( string fileName, string mimeType, int quality ) : void |
Méthode | Description | |
---|---|---|
GetEncoderInfo ( String mimeType ) : System.Drawing.Imaging.ImageCodecInfo |
public BitmapWrapper ( |
||
bitmap | ||
Résultat | System |
public Save ( |
||
fileStream | ||
encoder | System.Drawing.Imaging.ImageCodecInfo | |
quality | int | |
Résultat | void |
public Save ( string fileName, string mimeType, int quality ) : void | ||
fileName | string | |
mimeType | string | |
quality | int | |
Résultat | void |