Property | Type | Description | |
---|---|---|---|
bits |
Method | Description | |
---|---|---|
Create ( |
Creates the specified width.
|
|
DestroyBitmap ( ) : void |
Destroys this instance.
|
|
Resize ( int width, int height, int bitCount ) : void |
Resizes the section.
|
Method | Description | |
---|---|---|
SetPixelFormat ( |
This function sets the pixel format of the underlying bitmap.
|
public Create ( |
||
deviceContext | ||
width | int | The width. |
height | int | The height. |
bitCount | int | The bit count. |
return | bool |
public Resize ( int width, int height, int bitCount ) : void | ||
width | int | The width. |
height | int | The height. |
bitCount | int | The bit count. |
return | void |
protected SetPixelFormat ( |
||
hDC | ||
bitCount | int | The bitcount. |
return | bool |