ReleaseBitmapDC method (Main Control)
Builder Syntax |
int ReleaseBitmapDC (void); |
Delphi Syntax |
ReleaseBitmapDC: Integer; |
Overview |
Refer to Using the Windows API. |
Remarks
Reverses the action of the GetBitmapDC method.
You should use this method when the bitmap no longer needs to be available for drawing functions.
See Also
Elements: |
GetBitmapDC method, ReleaseClientDC method, GetClientDC method |
Topics: |
|
|