C# 클래스 QualityBot.Util.FastBitmap

파일 보기 프로젝트 열기: Ancestry/quality-bot

공개 메소드들

메소드 설명
FastBitmap ( Bitmap inputBitmap ) : System
GetPixel ( int x, int y ) : Color
GetPixelNext ( ) : Color
LockImage ( ) : void
SetPixel ( int x, int y, Color color ) : void
UnlockImage ( ) : void

메소드 상세

FastBitmap() 공개 메소드

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

GetPixel() 공개 메소드

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

GetPixelNext() 공개 메소드

public GetPixelNext ( ) : Color
리턴 Color

LockImage() 공개 메소드

public LockImage ( ) : void
리턴 void

SetPixel() 공개 메소드

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

UnlockImage() 공개 메소드

public UnlockImage ( ) : void
리턴 void