TdxGpFastDIB.Handle Property
Returns a GDI handle to the stored image.
Declaration
property Handle: GpBitmap read;
Property Value
Type |
---|
GpBitmap |
Remarks
Use this property in GDI+ method calls together with the ClientRect property to draw directly on the buffer’s pixel array accessible via the Bits property.
See Also