TdxFastDIB.DC Property
Returns the memory device context of the bitmap buffer.
Declaration
property DC: HDC read;
Property Value
Type |
---|
HDC |
Remarks
Use the DC and ClientRect properties in method calls that accept a device context to draw directly on the buffer’s pixel array accessible via the Bits property.
See Also