C# 클래스 Moxiecode.Com.Image

파일 보기 프로젝트 열기: openHPI/moodle-mod_teletask

공개 프로퍼티들

프로퍼티 타입 설명
dispatches string[]
meta object>.Dictionary
name string
size long
type string
width int

공개 메소드들

메소드 설명
destroy ( ) : void
downsize ( object width, object height, object crop, object preserveHeaders ) : void
getAsBlob ( object type, object quality ) : object>.Dictionary
getAsByteArray ( ) : byte[]
getAsEncodedStream ( string type = null, int quality = 90 ) : MemoryStream
getAsStream ( Stream stream ) : void
getAsWriteableBitmap ( ) : System.Windows.Media.Imaging.WriteableBitmap
getInfo ( ) : object>.Dictionary
loadFromBlob ( object blob ) : void
loadFromByteArray ( byte buffer ) : void
loadFromImage ( object source ) : void
loadFromStream ( Stream stream ) : void

비공개 메소드들

메소드 설명
_getAsBlob ( string type = "image/jpeg", int quality = 90 ) : object>.Dictionary
_rotateToOrientation ( System.Windows.Media.TransformGroup tg, int orientation, int width, int height ) : void

메소드 상세

destroy() 공개 메소드

public destroy ( ) : void
리턴 void

downsize() 공개 메소드

public downsize ( object width, object height, object crop, object preserveHeaders ) : void
width object
height object
crop object
preserveHeaders object
리턴 void

getAsBlob() 공개 메소드

public getAsBlob ( object type, object quality ) : object>.Dictionary
type object
quality object
리턴 object>.Dictionary

getAsByteArray() 공개 메소드

public getAsByteArray ( ) : byte[]
리턴 byte[]

getAsEncodedStream() 공개 메소드

public getAsEncodedStream ( string type = null, int quality = 90 ) : MemoryStream
type string
quality int
리턴 System.IO.MemoryStream

getAsStream() 공개 메소드

public getAsStream ( Stream stream ) : void
stream Stream
리턴 void

getAsWriteableBitmap() 공개 메소드

public getAsWriteableBitmap ( ) : System.Windows.Media.Imaging.WriteableBitmap
리턴 System.Windows.Media.Imaging.WriteableBitmap

getInfo() 공개 메소드

public getInfo ( ) : object>.Dictionary
리턴 object>.Dictionary

loadFromBlob() 공개 메소드

public loadFromBlob ( object blob ) : void
blob object
리턴 void

loadFromByteArray() 공개 메소드

public loadFromByteArray ( byte buffer ) : void
buffer byte
리턴 void

loadFromImage() 공개 메소드

public loadFromImage ( object source ) : void
source object
리턴 void

loadFromStream() 공개 메소드

public loadFromStream ( Stream stream ) : void
stream Stream
리턴 void

프로퍼티 상세

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

public static string[] dispatches
리턴 string[]

meta 공개적으로 프로퍼티

public Dictionary meta
리턴 object>.Dictionary

name 공개적으로 프로퍼티

public string name
리턴 string

size 공개적으로 프로퍼티

public long size
리턴 long

type 공개적으로 프로퍼티

public string type
리턴 string

width 공개적으로 프로퍼티

public int width
리턴 int