.\" Automatically generated by Pandoc 3.1.3 .\" .\" Define V font for inline verbatim, using C font in formats .\" that render this, and otherwise B font. .ie "\f[CB]x\f[]"x" \{\ . ftr V B . ftr VI BI . ftr VB B . ftr VBI BI .\} .el \{\ . ftr V CR . ftr VI CI . ftr VB CB . ftr VBI CBI .\} .TH "al_reparent_bitmap" "3alleg5" "" "Allegro reference manual" "" .hy .SH NAME .PP al_reparent_bitmap - Allegro 5 API .SH SYNOPSIS .IP .nf \f[C] #include void al_reparent_bitmap(ALLEGRO_BITMAP *bitmap, ALLEGRO_BITMAP *parent, int x, int y, int w, int h) \f[R] .fi .SH DESCRIPTION .PP For a sub-bitmap, changes the parent, position and size. This is the same as destroying the bitmap and re-creating it with al_create_sub_bitmap(3alleg5) - except the bitmap pointer stays the same. This has many uses, for example an animation player could return a single bitmap which can just be re-parented to different animation frames without having to re-draw the contents. Or a sprite atlas could re-arrange its sprites without having to invalidate all existing bitmaps. .SH SEE ALSO .PP al_create_sub_bitmap(3alleg5), al_get_parent_bitmap(3alleg5) .SH SINCE .PP 5.1.12