Method | Description | |
---|---|---|
AssignPixel ( int x, int y, BGRb aPixel ) : void | ||
PixelAccessorBGRb ( int width, int height, PixmapOrientation orientation, |
||
RetrievePixel ( int x, int y ) : BGRb |
public AssignPixel ( int x, int y, BGRb aPixel ) : void | ||
x | int | |
y | int | |
aPixel | BGRb | |
return | void |
public PixelAccessorBGRb ( int width, int height, PixmapOrientation orientation, |
||
width | int | |
height | int | |
orientation | PixmapOrientation | |
pixelPointer | ||
bytesPerRow | int | |
return | System |