C# 클래스 netfx.BitmapW

파일 보기 프로젝트 열기: asadm/NETFx 1 사용 예제들

공개 메소드들

메소드 설명
BitmapW ( String filename ) : System
Clone ( ) : BitmapW
GetBitmap ( ) : Bitmap
GetPixel ( int x, int y ) : Color
Height ( ) : int
SetPixel ( int x, int y, Color color ) : void
Width ( ) : int

비공개 메소드들

메소드 설명
BitmapW ( Bitmap a ) : System

메소드 상세

BitmapW() 공개 메소드

public BitmapW ( String filename ) : System
filename String
리턴 System

Clone() 공개 메소드

public Clone ( ) : BitmapW
리턴 BitmapW

GetBitmap() 공개 메소드

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

GetPixel() 공개 메소드

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

Height() 공개 메소드

public Height ( ) : int
리턴 int

SetPixel() 공개 메소드

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

Width() 공개 메소드

public Width ( ) : int
리턴 int