procedure CopyComponents(
Dst: TCustomBitmap32;
Src: TCustomBitmap32;
Components: TColor32Components); overload;
procedure CopyComponents(
Dst: TCustomBitmap32;
DstX: Integer;
DstY: Integer;
Src: TCustomBitmap32;
SrcRect: TRect;
Components: TColor32Components);overload;
CopyComponents copies the provided TColor32Components from Source to Destination (read: no blending etc. is involved). The first version doesn't take specific source and destination settings and will therefore resize (and implicitly clear) destination so it is same size as the source. The second version will not modify size of the destination and therefore leaves the components not overwritten by the operation untouched.
TCustomBitmap32, Color Types, Rectangle Types, ApplyBitmask
Copyright ©2000-2024 Alex Denisov and the Graphics32 Team - Graphics32 2.0 - Help file built on 18 Feb 2024