프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |