public nothrow | Image() |
public nothrow | Image(Image&& that) |
public | Image(const Image& that) |
public | Image(const String<char>& fileName, bool useEmbeddedColorManagement) |
public nothrow | Image(void* nativeImage_) |
public virtual | ~Image() |
public nothrow uint | GetHeight() const |
public nothrow uint | GetWidth() const |
public nothrow void* | NativeImage() const |
public GraphicsStatus | Save(const char* fileName, const Uuid& encoderClsId) |
public void | SaveChecked(const char* fileName, const Uuid& encoderClsId) |
public void | operator=(const Image& that) |
private void* | nativeImage |