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

Image Class

Namespace:AvlNet
Assembly:AVL.NET.dll

Constructors

Image(Int32, Int32, Int32, PlainType, Int32, Byte[])
Image(Int32, Int32, Int32, PlainType, Int32, IntPtr)
Image(Image)
Image(Bitmap)
Image()

Properties

 TypeNameDescription
System.IntPtrDataGets the pointer to the raw image data
System.Int32DepthGets the image depth
System.Int32HeightGets the image height
System.BooleanIsDisposed
System.Int32PitchGets the image pitch
System.Int32PixelSizeGets the pixel size
AvlNet.PlainTypeType
System.BooleanValid
System.BooleanValidPreviewDepth
System.Int32WidthGets the image width

Methods

 NameDescription
CreateBitmap()
CreateBitmap(int, int, bool)
CreateProfileAlongSegment(System.Drawing.Point, System.Drawing.Point)
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(int, int, int, AvlNet.PlainType, int, byte[])
Reset(int, int, int, AvlNet.PlainType, int, System.IntPtr)
ToString()Inherited from System.Object

See also