Method Cairo.Context()->pop_group_to_source()
- Method
pop_group_to_source
void
pop_group_to_source()- Description
Terminates the redirection begun by a call to push_group() or push_group_with_content() and installs the resulting pattern as the source pattern in the given cairo context.
The pop_group() function calls restore(), (balancing a call to save() by the push_group function), so that any changes to the graphics state will not be visible outside the group.