CopyImageData - copies data from ASource to ADestination, returning True if successful.
Source position: graphtype.pp line 263
function CopyImageData( |
AWidth: Integer; |
AHeight: Integer; |
ARowStride: Integer; |
ABPP: Word; |
ASource: Pointer; |
const ARect: TRect; |
ASourceOrder: TRawImageLineOrder; |
ADestinationOrder: TRawImageLineOrder; |
ADestinationEnd: TRawImageLineEnd; |
out ADestination: Pointer; |
out ASize: PtrUInt |
):Boolean; |
| Version 4.4 | Generated 2025-11-08 | Home |