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

상속: System.Runtime.InteropServices.SafeHandle, IPixelAccessor
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA 1 사용 예제들

공개 메소드들

메소드 설명
GetAlignedRowStride ( int width, BitCount bitsperpixel, int alignment ) : int
GetPixel ( int x, int y ) : IPixel
SetPixel ( int x, int y, IPixel pixel ) : void

보호된 메소드들

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

메소드 상세

CreatePixmapHandle() 보호된 추상적인 메소드

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

GDIPixmap() 보호된 메소드

protected GDIPixmap ( int width, int height, BitCount bitsperpixel ) : System
width int
height int
bitsperpixel BitCount
리턴 System

GetAlignedRowStride() 공개 정적인 메소드

public static GetAlignedRowStride ( int width, BitCount bitsperpixel, int alignment ) : int
width int
bitsperpixel BitCount
alignment int
리턴 int

GetPixel() 공개 메소드

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

ReleaseHandle() 보호된 메소드

protected ReleaseHandle ( ) : bool
리턴 bool

SetPixel() 공개 메소드

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