Skip to content

B2d_shape_count_points

hpgDesigns edited this page Aug 8, 2021 · 1 revision

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

This is number 1

Clone this wiki locally