C# 클래스 SoundInTheory.DynamicImage.Util.FastBitmap

상속: IDisposable
파일 보기 프로젝트 열기: sitdap/dynamic-image 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
FastBitmap ( System.Windows.Media.Imaging.BitmapSource bitmap ) : System
FastBitmap ( byte bytes ) : System
FastBitmap ( int width, int height ) : System
FastBitmap ( string filename, UriKind uriKind = UriKind.Absolute ) : System
Lock ( ) : void
Save ( string filename ) : void

Only used for testing.

Unlock ( ) : void
this ( int x, int y ) : Color

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
ConvertFormat ( System.Windows.Media.Imaging.BitmapSource source ) : System.Windows.Media.Imaging.BitmapSource

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

FastBitmap() 공개 메소드

public FastBitmap ( System.Windows.Media.Imaging.BitmapSource bitmap ) : System
bitmap System.Windows.Media.Imaging.BitmapSource
리턴 System

FastBitmap() 공개 메소드

public FastBitmap ( byte bytes ) : System
bytes byte
리턴 System

FastBitmap() 공개 메소드

public FastBitmap ( int width, int height ) : System
width int
height int
리턴 System

FastBitmap() 공개 메소드

public FastBitmap ( string filename, UriKind uriKind = UriKind.Absolute ) : System
filename string
uriKind UriKind
리턴 System

Lock() 공개 메소드

public Lock ( ) : void
리턴 void

Save() 공개 메소드

Only used for testing.
public Save ( string filename ) : void
filename string
리턴 void

Unlock() 공개 메소드

public Unlock ( ) : void
리턴 void

this() 공개 메소드

public this ( int x, int y ) : Color
x int
y int
리턴 Color