Method | Description | |
---|---|---|
CalculateOffset ( int x, int y ) : int | ||
GetColor ( int x, int y ) : ColorRGBA | ||
GetPixel ( int x, int y ) : IPixel | ||
GetPixelPointer ( int column, int row ) : |
||
GetRowPointer ( int row ) : |
||
SetColor ( int x, int y, ColorRGBA color ) : void | ||
SetPixel ( int x, int y, IPixel pel ) : void |
Method | Description | |
---|---|---|
PixelAccessor ( ) : System | ||
PixelAccessor ( int width, int height, IPixelInformation pixelInfo, int bytesPerRow, PixmapOrientation orientation, |
||
PixelAccessor ( int width, int height, PixelLayout layout, PixelComponentType pType, PixmapOrientation orientation, |
public CalculateOffset ( int x, int y ) : int | ||
x | int | |
y | int | |
return | int |
public GetPixelPointer ( int column, int row ) : |
||
column | int | |
row | int | |
return |
public GetRowPointer ( int row ) : |
||
row | int | |
return |
protected PixelAccessor ( int width, int height, IPixelInformation pixelInfo, int bytesPerRow, PixmapOrientation orientation, |
||
width | int | |
height | int | |
pixelInfo | IPixelInformation | |
bytesPerRow | int | |
orientation | PixmapOrientation | |
pixelPointer | ||
return | System |
protected PixelAccessor ( int width, int height, PixelLayout layout, PixelComponentType pType, PixmapOrientation orientation, |
||
width | int | |
height | int | |
layout | PixelLayout | |
pType | PixelComponentType | |
orientation | PixmapOrientation | |
pixelPointer | ||
return | System |
public SetColor ( int x, int y, ColorRGBA color ) : void | ||
x | int | |
y | int | |
color | ColorRGBA | |
return | void |
public SetPixel ( int x, int y, IPixel pel ) : void | ||
x | int | |
y | int | |
pel | IPixel | |
return | void |