B2d_shape_count_points - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
Description
Counts the number of points in the given shape and returns the result.
Parameters
Parameter | Description |
---|---|
id | index of the shape |
Return Values
integer: Returns the number of a points in a given shape.
Example Call
// demonstrates removing all points from a shape
pointcount = b2d_shape_count_points(myshape);
NOTOC