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

GDIImage Class

Namespace:VideoBoxBase
Assembly:VideoBoxBase.dll

Constructors

 ConstructorDescription
GDIImage()

Properties

 NameTypeDescription
HeightSystem.Int32
IsEmptySystem.Boolean
WidthSystem.Int32

Methods

 NameDescription
Dispose()Disposes underlying unmanaged resources. See MSDN documentation for IDisposable interface for more info.
Draw(System.IntPtr, int, int)
Draw(System.IntPtr, int, int, int, int)
Draw(System.IntPtr, int, int, int, int, int, int, int, int)
Equals(object)Inherited from System.Object
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
SetImageData(int, int, int, int, int, byte[])
SetImageData(int, int, int, int, int, System.IntPtr)
SetImageData(int, int, int, int, int, System.Void*)
ToString()Inherited from System.Object

See also