procedure DrawTo(hDst: HDC; DstX, DstY: Integer); overload;

procedure DrawTo(hDst: HDC; const DstRect, SrcRect: TRect); overload;

Description

Draws the current surface onto another device context. Check TCustomBitmap32.DrawTo for details.

 

[See also]: