Свойство | Тип | Описание | |
---|---|---|---|
BackgroundColour | Color |
Метод | Описание | |
---|---|---|
GetBytes ( this bitmap, OutputFormat outputFormat ) : byte[] | ||
GetContentType ( OutputFormat outputFormat ) : string | ||
GetImageCodeInfo ( string mimeType ) : System.Drawing.Imaging.ImageCodecInfo | ||
GetStream ( this bitmap, OutputFormat outputFormat ) : Stream |
public static GetBytes ( this bitmap, OutputFormat outputFormat ) : byte[] | ||
bitmap | this | |
outputFormat | OutputFormat | |
Результат | byte[] |
public static GetContentType ( OutputFormat outputFormat ) : string | ||
outputFormat | OutputFormat | |
Результат | string |
public static GetImageCodeInfo ( string mimeType ) : System.Drawing.Imaging.ImageCodecInfo | ||
mimeType | string | |
Результат | System.Drawing.Imaging.ImageCodecInfo |
public static GetStream ( this bitmap, OutputFormat outputFormat ) : Stream | ||
bitmap | this | |
outputFormat | OutputFormat | |
Результат | Stream |