Skip to content
Member Filters
Show Inherited
Show Protected
Show abstract
GR32🞂TCustomBitmap32🞂CopyMapToMethodPublic

TCustomBitmap32.CopyMapTo

Copies raw map buffer dimensions and pixel memory to a destination bitmap without firing change notifications.

Declaration ​

pascal
procedure CopyMapTo(Dst: TCustomBitmap32); virtual;

Parameters ​

ParameterTypeDescription
DstTCustomBitmap32Destination bitmap receiving the raw pixel buffer copy.

Description ​

CopyMapTo resizes Dst to match this bitmap's dimensions and performs a direct block memory copy of the 32-bit pixel array.

Example ​

pascal
Bitmap.CopyMapTo(TargetBitmap);