VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Imaging Namespace / ManagedBitmap Class
In This Topic
ManagedBitmap Class Methods
In This Topic
For a list of all methods of this type, see ManagedBitmap.
Public Methods
 NameDescription
Public MethodCreates a new ManagedBitmap that is a copy of the current instance.
Public Methodstatic (Shared in Visual Basic)Returns number of bits per pixel for specified pixel format. (Inherited from VintasoftBitmap)
Public MethodReturns the pixel data and disposes this bitmap.
Public Methodstatic (Shared in Visual Basic)Overloaded. Returns the pixel format from bits per pixel of a bitmap. (Inherited from VintasoftBitmap)
Public Methodstatic (Shared in Visual Basic)Overloaded. Calculates a row width, in bytes. (Inherited from VintasoftBitmap)
Public Methodstatic (Shared in Visual Basic)Calculates an image stride, in bytes. (Inherited from VintasoftBitmap)
Public MethodOverloaded. Locks the bitmap data. (Inherited from VintasoftBitmap)
Public MethodUnlocks the specified bitmap data. (Inherited from VintasoftBitmap)
Protected Methods
 NameDescription
Protected MethodCreates a new instance of ManagedBitmap class.
Protected MethodOverloaded. Releases the unmanaged resources used by the and optionally releases the managed resources.
Protected MethodAllows a VintasoftBitmap to attempt to free resources and perform other cleanup operations before the VintasoftBitmap is reclaimed by garbage collection. (Inherited from VintasoftBitmap)
Protected MethodLocks the pixel data.
Protected MethodUnlocks the pixel data.
See Also