C# 클래스 Universe.Framework.Utilities.FastBitmap

파일 보기 프로젝트 열기: Virtual-Universe/Virtual-Universe 1 사용 예제들

공개 메소드들

메소드 설명
Bitmap ( ) : Bitmap
FastBitmap ( Bitmap inputBitmap ) : System.Drawing
GetPixel ( int x, int y ) : Color
GetPixelNext ( ) : Color
LockBitmap ( ) : void
SetPixel ( int x, int y, Color color ) : void
UnlockBitmap ( ) : void

메소드 상세

Bitmap() 공개 메소드

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

FastBitmap() 공개 메소드

public FastBitmap ( Bitmap inputBitmap ) : System.Drawing
inputBitmap System.Drawing.Bitmap
리턴 System.Drawing

GetPixel() 공개 메소드

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

GetPixelNext() 공개 메소드

public GetPixelNext ( ) : Color
리턴 System.Drawing.Color

LockBitmap() 공개 메소드

public LockBitmap ( ) : void
리턴 void

SetPixel() 공개 메소드

public SetPixel ( int x, int y, Color color ) : void
x int
y int
color System.Drawing.Color
리턴 void

UnlockBitmap() 공개 메소드

public UnlockBitmap ( ) : void
리턴 void