Skip to content

B2d_shape_delete

hpgDesigns edited this page Aug 8, 2021 · 1 revision

Description

Deletes the given shape freeing it from memory.

Parameters

Parameter Description
id index ofthe shape

Return Values

void: This function does not return anything.

Example Call

// demonstrates deleting a shape, freeing it from memory
b2d_shape_delete(myshape);

NOTOC

This is number 1

Clone this wiki locally