Name | Description | |
---|---|---|
![]() | VintasoftBitmap | Initializes a new instance of the VintasoftBitmap class. |
Name | Description | |
---|---|---|
![]() | VintasoftBitmap | Initializes a new instance of the VintasoftBitmap class. |
Name | Description | |
---|---|---|
![]() | BitsPerPixel | Gets the bits per pixel of bitmap. |
![]() | ChannelsFormat | Gets the format of bitmap color channels. |
![]() | ColorSpaceFormat | Gets the color space format of this image. |
![]() | HasPixelData | Gets a value indicating whether bitmap has pixel data. |
![]() | Height | Gets the height, in pixels, of the bitmap. |
![]() | IsDisposed | Gets a value indicating whether this bitmap is disposed. |
![]() ![]() | MaxBitmapSize | Gets or sets the maximum size of the bitmap, in bytes. |
![]() | Palette | Gets the palette. |
![]() | PixelFormat | Gets the pixel format of the bitmap. |
![]() | Resolution | Gets or sets resolution of bitmap. |
![]() | Stride | Gets or sets a stride of the bitmap. |
![]() | Width | Gets the width, in pixels, of the bitmap. |
Name | Description | |
---|---|---|
![]() | Clone | Creates a new VintasoftBitmap that is a copy of the current instance. |
![]() ![]() | GetBitsPerPixel | Returns number of bits per pixel for specified pixel format. |
![]() ![]() | GetPixelFormat | Overloaded. Returns the pixel format from color space format and bitmap channels format. |
![]() ![]() | GetRowWidthInBytes | Overloaded. Calculates a row width, in bytes. |
![]() ![]() | GetStride | Calculates an image stride, in bytes. |
![]() | Lock | Overloaded. Locks the bitmap data. |
![]() | Unlock | Unlocks the specified bitmap data. |
Name | Description | |
---|---|---|
![]() | Create | Creates a new instance of VintasoftBitmap class. |
![]() | Dispose | Overloaded. Releases the unmanaged resources used by the |
![]() | Finalize | Allows a VintasoftBitmap to attempt to free resources and perform other cleanup operations before the VintasoftBitmap is reclaimed by garbage collection. |
![]() | LockPixelData | Locks the pixel data. |
![]() | UnlockPixelData | Unlocks the pixel data. |