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:
-
params
ObjectConstructor parameters
-
[anchorCount=60]
Integer optionalOptional number of anchors to use to approximate the perimeter. default is 60.
-
shape
StringRequired. the name of the shape. Valid values are 'rectangle', 'square', 'ellipse', 'circle', 'triangle' and 'diamond'
-
[rotation]
Number optionalOptional rotation, in degrees, to apply.
-