VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging Namespace / VintasoftBitmap Class
Constructors Properties Methods SeeAlso
In This Topic
    VintasoftBitmap Class Members
    In This Topic
    The following tables list the members exposed by VintasoftBitmap.
    Protected Constructors
     NameDescription
    Protected ConstructorInitializes a new instance of the VintasoftBitmap class.
    Public Properties
     NameDescription
    Public PropertyGets the bits per pixel of bitmap.
    Public PropertyGets the format of bitmap color channels.
    Public PropertyGets the color space format of this image.
    Public PropertyGets a value indicating whether bitmap has pixel data.
    Public PropertyGets the height, in pixels, of the bitmap.
    Public PropertyGets a value indicating whether this bitmap is disposed.
    Public Propertystatic (Shared in Visual Basic)Gets or sets the maximum size of the bitmap, in bytes.
    Public PropertyGets the palette.
    Public PropertyGets the pixel format of the bitmap.
    Public PropertyGets or sets resolution of bitmap.
    Public PropertyGets or sets a stride of the bitmap.
    Public PropertyGets the width, in pixels, of the bitmap.
    Public Methods
     NameDescription
    Public MethodCreates a new VintasoftBitmap that is a copy of the current instance.
    Public Methodstatic (Shared in Visual Basic)Returns number of bits per pixel for specified pixel format.
    Public Methodstatic (Shared in Visual Basic)Overloaded. Returns the pixel format from color space format and bitmap channels format.
    Public Methodstatic (Shared in Visual Basic)Overloaded. Calculates a row width, in bytes.
    Public Methodstatic (Shared in Visual Basic)Calculates an image stride, in bytes.
    Public MethodOverloaded. Locks the bitmap data.
    Public MethodUnlocks the specified bitmap data.
    Protected Methods
     NameDescription
    Protected MethodCreates a new instance of VintasoftBitmap 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.
    Protected MethodLocks the pixel data.
    Protected MethodUnlocks the pixel data.
    See Also