You are here: Start » AVL.NET » Image Class

Image Class

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Constructors

 ConstructorDescription
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

 NameTypeDescription
DataSystem.IntPtrGets the pointer to the raw image data
DepthSystem.Int32Gets the image depth
HeightSystem.Int32Gets the image height
IsDisposedSystem.Boolean
PitchSystem.Int32Gets the image pitch
PixelSizeSystem.Int32Gets the pixel size
TypeAvlNet.PlainType
ValidPreviewDepthSystem.Boolean
ValidSystem.Boolean
WidthSystem.Int32Gets the image width

Methods

 NameDescription
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