public nothrow | Bitmap() |
public | Bitmap(const Icon& icon) |
public | Bitmap(const String<char>& fileName, bool useEmbeddedColorManagement) |
public | Bitmap(const WinBitmap& winBitmap, void* palette) |
public | Bitmap(int width, int height, const Graphics& graphics) |
public nothrow | Bitmap(void* nativeHandle_) |
public | ~Bitmap() |
public static Bitmap | FromResource(const String<char>& resourceName) |
public nothrow GraphicsStatus | GetPixel(int x, int y, Color& color) const |
public Color | GetPixelChecked(int x, int y) const |
public nothrow GraphicsStatus | SetPixel(int x, int y, const Color& color) |
public void | SetPixelChecked(int x, int y, const Color& color) |
public Bitmap | ToGrayBitmap() |
public Bitmap | ToGrayBitmap(PixelFormat pixelFormat, const Color& bitmapTransparentColor) |