Class TBGRAMemoryStreamBitmap
Unit
Declaration
type TBGRAMemoryStreamBitmap = class(TBGRAPtrBitmap)
Description
Bitmap relying on a memory stream containing RGBA pixel data
Hierarchy
- TFPCustomImage
- TCustomUniversalBitmap
- TGenericUniversalBitmap
- TBGRACustomBitmap
- TBGRADefaultBitmap
- TBGRAPtrBitmap
- TBGRAMemoryStreamBitmap
Overview
Fields
FOwnStream: boolean; |
|
FStream: TMemoryStream; |
|
FStreamOffset: IntPtr; |
Methods
constructor Create(AWidth, AHeight: integer; const AColor: TBGRAPixel); override; |
|
constructor Create(AWidth, AHeight: integer); override; |
|
constructor Create(AWidth, AHeight: integer; AStream: TMemoryStream; AStreamOffset: IntPtr; AOwnStream: boolean); |
|
destructor Destroy; override; |
Properties
property OwnStream: boolean read GetOwnStream write SetOwnStream; |
|
property Stream: TMemoryStream read FStream; |
Description
Fields
FOwnStream: boolean; |
|
This item has no description. |
FStream: TMemoryStream; |
|
This item has no description. |
FStreamOffset: IntPtr; |
|
This item has no description. |
Methods
constructor Create(AWidth, AHeight: integer; const AColor: TBGRAPixel); override; |
|
This item has no description. |
constructor Create(AWidth, AHeight: integer); override; |
|
This item has no description. Showing description inherited from TCustomUniversalBitmap.Create. Creates a new bitmap, initialize properties and bitmap data |
constructor Create(AWidth, AHeight: integer; AStream: TMemoryStream; AStreamOffset: IntPtr; AOwnStream: boolean); |
|
This item has no description. |
destructor Destroy; override; |
|
This item has no description. Showing description inherited from TBGRADefaultBitmap.Destroy. Free the object and all its resources |
Properties
property OwnStream: boolean read GetOwnStream write SetOwnStream; |
|
This item has no description. |
property Stream: TMemoryStream read FStream; |
|
This item has no description. |