Name | Description | |
---|---|---|
![]() | ManagedBitmap | Overloaded. Initializes a new instance of the |
Name | Description | |
---|---|---|
![]() | ManagedBitmap | Overloaded. Initializes a new instance of the |
Name | Description | |
---|---|---|
![]() | BitsPerPixel | Gets the bits per pixel of bitmap. (Inherited from VintasoftBitmap) |
![]() | ChannelsFormat | Gets the format of bitmap color channels. (Inherited from VintasoftBitmap) |
![]() | ColorSpaceFormat | Gets the color space format of this image. (Inherited from VintasoftBitmap) |
![]() | HasPixelData | Gets a value indicating whether bitmap has pixel data. |
![]() | Height | Gets the height, in pixels, of the bitmap. (Inherited from VintasoftBitmap) |
![]() | IsDisposed | Gets a value indicating whether this bitmap is disposed. (Inherited from VintasoftBitmap) |
![]() ![]() | MaxBitmapSize | Gets or sets the maximum size of the bitmap, in bytes. (Inherited from VintasoftBitmap) |
![]() | Palette | Gets the palette. (Inherited from VintasoftBitmap) |
![]() | PixelFormat | Gets the pixel format of the bitmap. (Inherited from VintasoftBitmap) |
![]() | Resolution | Gets or sets resolution of bitmap. (Inherited from VintasoftBitmap) |
![]() | Stride | Gets or sets a stride of the bitmap. (Inherited from VintasoftBitmap) |
![]() | Width | Gets the width, in pixels, of the bitmap. (Inherited from VintasoftBitmap) |
Name | Description | |
---|---|---|
![]() | Clone | Creates a new ManagedBitmap that is a copy of the current instance. |
![]() ![]() | GetBitsPerPixel | Returns number of bits per pixel for specified pixel format. (Inherited from VintasoftBitmap) |
![]() | GetPixelDataAndDispose | Returns the pixel data and disposes this bitmap. |
![]() ![]() | GetPixelFormat | Overloaded. Returns the pixel format from bits per pixel of a bitmap. (Inherited from VintasoftBitmap) |
![]() ![]() | GetRowWidthInBytes | Overloaded. Calculates a row width, in bytes. (Inherited from VintasoftBitmap) |
![]() ![]() | GetStride | Calculates an image stride, in bytes. (Inherited from VintasoftBitmap) |
![]() | Lock | Overloaded. Locks the bitmap data. (Inherited from VintasoftBitmap) |
![]() | Unlock | Unlocks the specified bitmap data. (Inherited from VintasoftBitmap) |
Name | Description | |
---|---|---|
![]() | Create | Creates a new instance of ManagedBitmap 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. (Inherited from VintasoftBitmap) |
![]() | LockPixelData | Locks the pixel data. |
![]() | UnlockPixelData | Unlocks the pixel data. |