C# 클래스 NewTOAPIA.Drawing.GDI.GDIDIBSection

상속: GDIPixmap
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA 1 사용 예제들

공개 메소드들

메소드 설명
GDIDIBSection ( int width, int height ) : System
GDIDIBSection ( int width, int height, BitCount bitsperpixel ) : System
GetColor ( int x, int y ) : ColorRGBA
GetPixel ( int x, int y ) : IPixel
SetColor ( int x, int y, ColorRGBA aColor ) : void
SetPixel ( int x, int y, IPixel aPixel ) : void

보호된 메소드들

메소드 설명
CreatePixmapHandle ( int width, int height, BitCount bitsperpixel ) : IntPtr
ReleaseHandle ( ) : bool

메소드 상세

CreatePixmapHandle() 보호된 메소드

protected CreatePixmapHandle ( int width, int height, BitCount bitsperpixel ) : IntPtr
width int
height int
bitsperpixel BitCount
리턴 System.IntPtr

GDIDIBSection() 공개 메소드

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

GDIDIBSection() 공개 메소드

public GDIDIBSection ( int width, int height, BitCount bitsperpixel ) : System
width int
height int
bitsperpixel BitCount
리턴 System

GetColor() 공개 메소드

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

GetPixel() 공개 메소드

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

ReleaseHandle() 보호된 메소드

protected ReleaseHandle ( ) : bool
리턴 bool

SetColor() 공개 메소드

public SetColor ( int x, int y, ColorRGBA aColor ) : void
x int
y int
aColor ColorRGBA
리턴 void

SetPixel() 공개 메소드

public SetPixel ( int x, int y, IPixel aPixel ) : void
x int
y int
aPixel IPixel
리턴 void