procedure DrawTo(hDst: HDC; DstX, DstY: Integer); overload;
procedure DrawTo(hDst: HDC; const DstRect, SrcRect: TRect); overload;
Draws the current surface onto another device context. Check TCustomBitmap32.DrawTo for details.
[See also]: