C# 클래스 System.Drawing.FastBitmap

상속: IDisposable
파일 보기 프로젝트 열기: garuma/apachai 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
FastBitmap ( Bitmap bmp ) : System
FinallySave ( string path ) : void
GetBounds ( ) : Rectangle
GetColor ( int x, int y ) : Color
GetInitialPixelForRow ( int rowNumber ) : PixelData*
SetColor ( int x, int y, Color c ) : void
this ( int x, int y ) : PixelData*

비공개 메소드들

메소드 설명
InitCurrentPixel ( ) : void
LockBitmap ( ) : void
UnlockBitmap ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FastBitmap() 공개 메소드

public FastBitmap ( Bitmap bmp ) : System
bmp Bitmap
리턴 System

FinallySave() 공개 메소드

public FinallySave ( string path ) : void
path string
리턴 void

GetBounds() 공개 메소드

public GetBounds ( ) : Rectangle
리턴 Rectangle

GetColor() 공개 메소드

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

GetInitialPixelForRow() 공개 메소드

public GetInitialPixelForRow ( int rowNumber ) : PixelData*
rowNumber int
리턴 PixelData*

SetColor() 공개 메소드

public SetColor ( int x, int y, Color c ) : void
x int
y int
c Color
리턴 void

this() 공개 메소드

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