C# 클래스 ImageManager.Utilities

파일 보기 프로젝트 열기: cimex/ImageManager

공개 프로퍼티들

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

메소드 상세

GetBytes() 공개 정적인 메소드

public static GetBytes ( this bitmap, OutputFormat outputFormat ) : byte[]
bitmap this
outputFormat OutputFormat
리턴 byte[]

GetContentType() 공개 정적인 메소드

public static GetContentType ( OutputFormat outputFormat ) : string
outputFormat OutputFormat
리턴 string

GetImageCodeInfo() 공개 정적인 메소드

public static GetImageCodeInfo ( string mimeType ) : System.Drawing.Imaging.ImageCodecInfo
mimeType string
리턴 System.Drawing.Imaging.ImageCodecInfo

GetStream() 공개 정적인 메소드

public static GetStream ( this bitmap, OutputFormat outputFormat ) : Stream
bitmap this
outputFormat OutputFormat
리턴 Stream

프로퍼티 상세

BackgroundColour 공개적으로 정적으로 프로퍼티

public static Color BackgroundColour
리턴 Color