-
Notifications
You must be signed in to change notification settings - Fork 0
B2d_shape_count_points
hpgDesigns edited this page Aug 8, 2021
·
1 revision
Counts the number of points in the given shape and returns the result.
| Parameter | Description |
|---|---|
| id | index of the shape |
integer: Returns the number of a points in a given shape.
// demonstrates removing all points from a shape
pointcount = b2d_shape_count_points(myshape);
NOTOC
This is number 1