C# 클래스 LitDev.Engines.FastPixel

파일 보기 프로젝트 열기: litdev1/LitDev 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
UseFastPixel bool
swGetBitmap Stopwatch
swGetBitmapImage Stopwatch

공개 메소드들

메소드 설명
Clear ( Color colour ) : void
FastPixel ( Bitmap bitmap ) : System
FastPixel ( System.Windows.Media.Imaging.BitmapSource bitmap ) : System
GetBitmap ( System.Windows.Media.Imaging.BitmapSource bmSource ) : Bitmap
GetBitmapImage ( Bitmap bm ) : BitmapImage
GetPixel ( int x, int y ) : Color
SetPixel ( int x, int y, Color colour ) : void
Unlock ( bool setPixels ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
Lock ( ) : void
Setup ( ) : void

메소드 상세

Clear() 공개 메소드

public Clear ( Color colour ) : void
colour Color
리턴 void

FastPixel() 공개 메소드

public FastPixel ( Bitmap bitmap ) : System
bitmap System.Drawing.Bitmap
리턴 System

FastPixel() 공개 메소드

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

GetBitmap() 공개 정적인 메소드

public static GetBitmap ( System.Windows.Media.Imaging.BitmapSource bmSource ) : Bitmap
bmSource System.Windows.Media.Imaging.BitmapSource
리턴 System.Drawing.Bitmap

GetBitmapImage() 공개 정적인 메소드

public static GetBitmapImage ( Bitmap bm ) : BitmapImage
bm System.Drawing.Bitmap
리턴 System.Windows.Media.Imaging.BitmapImage

GetPixel() 공개 메소드

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

SetPixel() 공개 메소드

public SetPixel ( int x, int y, Color colour ) : void
x int
y int
colour Color
리턴 void

Unlock() 공개 메소드

public Unlock ( bool setPixels ) : void
setPixels bool
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

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

public static bool UseFastPixel
리턴 bool

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

public static Stopwatch swGetBitmap
리턴 Stopwatch

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

public static Stopwatch swGetBitmapImage
리턴 Stopwatch