C# Class NewTOAPIA.Graphics.PixelAccessorBGRb

Inheritance: PixelAccessor
Exibir arquivo Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method Description
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

Method Details

AssignPixel() public method

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

PixelAccessorBGRb() public method

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

RetrievePixel() public method

public RetrievePixel ( int x, int y ) : BGRb
x int
y int
return BGRb