TdxGpFastDIB Members
A GDI+ API-based memory buffer for DIB images.Constructors
Name | Description |
---|---|
Create(Integer,Integer,Boolean) | Initializes a new instance of the TdxCustomFastDIB class with specified settings. Inherited from TdxCustomFastDIB. |
Create(TRect,Boolean) | Creates a new memory buffer for DIB images. Inherited from TdxCustomFastDIB. |
Create(TSize,Boolean) | Initializes a new instance of the TdxCustomFastDIB class with specified settings. Inherited from TdxCustomFastDIB. |
Properties
Name | Description |
---|---|
Bits | Returns a pointer to the first pixel of a 32-bit DIB image within the buffer. Inherited from TdxCustomFastDIB. |
ClientRect | Returns the DIB image buffer’s client area. Inherited from TdxCustomFastDIB. |
Handle | Returns a GDI handle to the stored image. |
Height | Returns the DIB image buffer’s height, in pixels. Inherited from TdxCustomFastDIB. |
Pixels | Inherited from TdxCustomFastDIB. |
Width | Returns the DIB image buffer’s width, in pixels. Inherited from TdxCustomFastDIB. |
Methods
See Also