Метод | Описание | |
---|---|---|
InteropBitmapHelper ( int width, int height, byte imageBits ) : System | ||
InteropBitmapHelper ( int width, int height, byte imageBits, System.Windows.Media.PixelFormat pixelFormat ) : System | ||
UpdateBits ( byte imageBits ) : void |
Метод | Описание | |
---|---|---|
CreateFileMapping ( |
||
MapViewOfFile ( |
public InteropBitmapHelper ( int width, int height, byte imageBits ) : System | ||
width | int | |
height | int | |
imageBits | byte | |
Результат | System |
public InteropBitmapHelper ( int width, int height, byte imageBits, System.Windows.Media.PixelFormat pixelFormat ) : System | ||
width | int | |
height | int | |
imageBits | byte | |
pixelFormat | System.Windows.Media.PixelFormat | |
Результат | System |
public UpdateBits ( byte imageBits ) : void | ||
imageBits | byte | |
Результат | void |