|
virtual void | Dispose () |
|
global::System.Drawing.Bitmap | ToSystemBitmap () |
|
| Bitmap (int width, int height, SolidFramework.Interop.ImageType type) |
|
bool | Load (string path) |
|
bool | SaveAs (string path) |
|
bool | SaveAs (string path, SolidFramework.Converters.Plumbing.ImageDocumentType format) |
|
string | ToDataURI (SolidFramework.Converters.Plumbing.ImageDocumentType format) |
|
string | ToDataURI () |
|
bool | LoadFromHandle (global::System.IntPtr handle) |
|
bool | ReadBits (global::System.IntPtr buffer, int stride) |
|
bool | WriteBits (global::System.IntPtr buffer, int stride) |
|
global::System.IntPtr | GetDIB () |
|