C# Class NewTOAPIA.Graphics.PixelAccessorBGRb

Inheritance: PixelAccessor
Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public AssignPixel ( int x, int y, BGRb aPixel ) : void
x int
y int
aPixel BGRb
Résultat void

PixelAccessorBGRb() public méthode

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

RetrievePixel() public méthode

public RetrievePixel ( int x, int y ) : BGRb
x int
y int
Résultat BGRb