public nothrow | WinBitmap() |
public nothrow | WinBitmap(WinBitmap&& that) |
suppress | WinBitmap(const WinBitmap&) |
public nothrow | WinBitmap(void* bitmapHandle_) |
public nothrow | WinBitmap(void* bitmapHandle_, bool standard_) |
public | ~WinBitmap() |
public nothrow void* | Handle() const |
public nothrow bool | IsStandard() const |
public nothrow void | SetStandard() |
suppress void | operator=(const WinBitmap&) |
private void* | bitmapHandle |
private bool | standard |