Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
CreateFileMapping ( |
||
MapViewOfFile ( |
public InteropBitmapHelper ( int width, int height, byte imageBits ) : System | ||
width | int | |
height | int | |
imageBits | byte | |
return | 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 | |
return | System |