Méthode | Description | |
---|---|---|
GetAlignedRowStride ( int width, BitCount bitsperpixel, int alignment ) : int | ||
GetPixel ( int x, int y ) : IPixel | ||
SetPixel ( int x, int y, IPixel pixel ) : void |
Méthode | Description | |
---|---|---|
CreatePixmapHandle ( int width, int height, BitCount bitsperpixel ) : |
||
GDIPixmap ( int width, int height, BitCount bitsperpixel ) : System | ||
ReleaseHandle ( ) : bool |
protected abstract CreatePixmapHandle ( int width, int height, BitCount bitsperpixel ) : |
||
width | int | |
height | int | |
bitsperpixel | BitCount | |
Résultat |
protected GDIPixmap ( int width, int height, BitCount bitsperpixel ) : System | ||
width | int | |
height | int | |
bitsperpixel | BitCount | |
Résultat | System |
public static GetAlignedRowStride ( int width, BitCount bitsperpixel, int alignment ) : int | ||
width | int | |
bitsperpixel | BitCount | |
alignment | int | |
Résultat | int |
public SetPixel ( int x, int y, IPixel pixel ) : void | ||
x | int | |
y | int | |
pixel | IPixel | |
Résultat | void |