You are here:
Start »
AVL.NET »
Image Class
Image Class
Namespace: | AvlNet |
Assembly: | AVL.NET.TS.dll |
Constructors
| Constructor | Description |
| Image(Int32, Int32, Int32, PlainType, Int32, Byte[]) | |
| Image(Int32, Int32, Int32, PlainType, Int32, IntPtr) | |
| Image(Int32, Int32, PlainType, Int32) | |
| Image(Image) | Creates a new Image instance that is a copy of the passed image. |
| Image(Bitmap) | Creates an image using a System.Bitmap instance for supported bitmap formats or throws a NotSupportedException. |
| Image() | |
Properties
Methods
| Name | Description |
| CreateBitmap() | |
| CreateBitmap(int, int, bool) | |
| Dispose() | Disposes underlying unmanaged resources. See MSDN documentation for IDisposable interface for more info. |
| Equals(object) | Inherited from System.Object |
| GetHashCode() | Inherited from System.Object |
| GetPixel(int, int) | |
| GetType() | Inherited from System.Object |
| Reset() | |
| Reset(System.Drawing.Bitmap) | |
| Reset(AvlNet.Image) | |
| Reset(int, int, AvlNet.PlainType, int) | |
| Reset(int, int, int, AvlNet.PlainType, int, byte[]) | |
| Reset(int, int, int, AvlNet.PlainType, int, System.IntPtr) | |
| Save(string) | |
| ToString() | Inherited from System.Object |
See also