JCL Help:TJclBitmap32.DrawTo@HDC@Integer@Integer
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TJclBitmap32.DrawTo Method (HDC, Integer, Integer)
[+] TJclBitmap32 Fields
[+] TJclBitmap32 Methods
[+] TJclBitmap32 Properties
Search in JCL Help
Search in all projects
Summary
Renders the bitmap onto another bitmap.
Pascal
public procedure DrawTo(Dst: TJclBitmap32); overload;
public procedure DrawTo(Dst: TJclBitmap32; DstX: Integer; DstY: Integer); overload;
public procedure DrawTo(Dst: TJclBitmap32; DstRect: TRect); overload;
public procedure DrawTo(Dst: TJclBitmap32; DstRect: TRect; SrcRect: TRect); overload;
public procedure DrawTo(hDst: HDC; DstX: Integer; DstY: Integer); overload;
public procedure DrawTo(hDst: HDC; DstRect: TRect; SrcRect: TRect); overload;
Description
The DrawTo method renders the bitmap (or part of it specified by SrcRect parameter) onto another bitmap specified by Dst/hDst parameter. It works similar to Draw method but instead of copying data from some other source, the bitmap renders itselt to destination object. See the Draw Description: for details.
See Also
Draw TJclBitmap32 TRect
About
Donator
Alex Denissov
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page