CopyBitmap
Applies to

TDirectDrawSurface

Declaration

procedure CopyBitmap( BitmapHandle: HBITMAP; Left, Top, Width, Height: Integer );

Description

Draws the BitmapHandle bitmap into the DirectDrawSurface at the (Left, Top, Left+Width, Top+Height) rectangle. The bitmap Width and Height dimensions are used if a 0 value is given in this parameters.