TdxGpFastDIB.Handle Property
In This Article
Returns a GDI handle to the stored image.
#Declaration
Delphi
property Handle: GpBitmap read;
#Property Value
Type |
---|
Gp |
#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