C# 클래스 Tomato.Hardware.LEM1802.UnsafeBitmap

파일 보기 프로젝트 열기: SirCmpwn/Tomato

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Dispose ( ) : void
GetPixel ( int x, int y ) : PixelData
LockBitmap ( ) : void
PixelAt ( int x, int y ) : PixelData*
SetPixel ( int x, int y, PixelData colour ) : void
UnlockBitmap ( ) : void
UnsafeBitmap ( Bitmap bitmap ) : System
UnsafeBitmap ( int width, int height ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetPixel() 공개 메소드

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

LockBitmap() 공개 메소드

public LockBitmap ( ) : void
리턴 void

PixelAt() 공개 메소드

public PixelAt ( int x, int y ) : PixelData*
x int
y int
리턴 PixelData*

SetPixel() 공개 메소드

public SetPixel ( int x, int y, PixelData colour ) : void
x int
y int
colour System.Drawing.PixelData
리턴 void

UnlockBitmap() 공개 메소드

public UnlockBitmap ( ) : void
리턴 void

UnsafeBitmap() 공개 메소드

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

UnsafeBitmap() 공개 메소드

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