C# 클래스 NewTOAPIA.Graphics.PixelAccessorBGRb

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

공개 메소드들

메소드 설명
AssignPixel ( int x, int y, BGRb aPixel ) : void
PixelAccessorBGRb ( int width, int height, PixmapOrientation orientation, IntPtr pixelPointer, int bytesPerRow ) : System
RetrievePixel ( int x, int y ) : BGRb

메소드 상세

AssignPixel() 공개 메소드

public AssignPixel ( int x, int y, BGRb aPixel ) : void
x int
y int
aPixel BGRb
리턴 void

PixelAccessorBGRb() 공개 메소드

public PixelAccessorBGRb ( int width, int height, PixmapOrientation orientation, IntPtr pixelPointer, int bytesPerRow ) : System
width int
height int
orientation PixmapOrientation
pixelPointer System.IntPtr
bytesPerRow int
리턴 System

RetrievePixel() 공개 메소드

public RetrievePixel ( int x, int y ) : BGRb
x int
y int
리턴 BGRb