Anchors.Perimeter Class
An Anchor that tracks the perimeter of some shape, approximating it with a given number of dynamically positioned locations.
Constructor
Anchors.Perimeter
(
-
params
Parameters:
-
paramsObjectConstructor parameters
-
[anchorCount=60]Integer optionalOptional number of anchors to use to approximate the perimeter. default is 60.
-
shapeStringRequired. the name of the shape. Valid values are 'rectangle', 'square', 'ellipse', 'circle', 'triangle' and 'diamond'
-
[rotation]Number optionalOptional rotation, in degrees, to apply.
-
