Method Cairo.MeshPattern()->end_patch()


Method end_patch

void end_patch()

Description

Indicates the end of the current patch in a mesh pattern.

If the current patch has less than 4 sides, it is closed with a straight line from the current point to the first point of the patch as if line_to() was used.

Note

If pattern has no current patch or the current patch has no current point, pattern will be put into an error status with a status of STATUS_INVALID_MESH_CONSTRUCTION.