TCustomBitmap32.Roll

procedure Roll(Dx, Dy: Integer; FillBack: Boolean; FillColor: TColor32);

Description

Use Roll to scroll the whole bitmap Dx pixels right and Dy pixels down.

Dx an Dy may be negative.

The content of the new area may optionally be cleared with FillColor, if FillBack is true.

See Also

Color Types