AddPadBytes Function
ImagingFormats

Adds padding bytes at the ends of scanlines.

Pascal
procedure AddPadBytes(DataIn: Pointer; 
                      DataOut: Pointer; 
                      Width: LongInt; 
                      Height: LongInt; 
                      Bpp: LongInt; 
                      WidthBytes: LongInt);
File

ImagingFormats (at line 129)

Description

Bpp is the number of bytes per pixel of source and WidthBytes is the number of bytes per scanlines of dest.

Related Information
You are here: Symbol Reference > Functions > AddPadBytes Function