const Function: Label* get_copy (void)Creates a copy of the
Labeland returns a pointer to the copy. Called inPicture::operator=()andPicture::operator+=()wherePicturesare copied. Users should never need to call this function directly. See Picture Reference; Operators.This function dynamically allocates a new
Labeland a newPointwithin theLabel, and copies thestringsfrom*thisto the newLabel. The standard library functions forstringstake care of the allocation for thestringmembers ofLabel.