C# 클래스 winmaped2.pr2.Image

상속: IDisposable
파일 보기 프로젝트 열기: Bananattack/verge3

공개 메소드들

메소드 설명
Dispose ( ) : void
Image ( ) : System
clear ( int color ) : void
create ( Bitmap bmp ) : Image
create ( int width, int height ) : Image
getArray ( ) : int[]
getBitmap ( ) : Bitmap
getPixel ( int x, int y ) : int
lockBitmap ( Bitmap bmp ) : Image

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Image() 공개 메소드

public Image ( ) : System
리턴 System

clear() 공개 메소드

public clear ( int color ) : void
color int
리턴 void

create() 공개 정적인 메소드

public static create ( Bitmap bmp ) : Image
bmp System.Drawing.Bitmap
리턴 Image

create() 공개 정적인 메소드

public static create ( int width, int height ) : Image
width int
height int
리턴 Image

getArray() 공개 메소드

public getArray ( ) : int[]
리턴 int[]

getBitmap() 공개 메소드

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

getPixel() 공개 메소드

public getPixel ( int x, int y ) : int
x int
y int
리턴 int

lockBitmap() 공개 정적인 메소드

public static lockBitmap ( Bitmap bmp ) : Image
bmp System.Drawing.Bitmap
리턴 Image