Declaration

func shape(atIndexFast idx: UInt) -> GSShape?

Declaration

- (GSShape *) objectInShapesAtIndexFast:(NSUInteger) idx;

Declaration

objectInShapesAtIndexFast_(idx: int) -> GSShape

Discussion

Returns nil when the index is out of range.

See Also

Shapes

  • An array of the shape objects defining the visual part of the layer.

  • Replaces the shapes without undo registration or KVO notifications.

  • Replaces the shapes and hints together.

  • Copies shapes, hints, anchors, and optionally selected nodes from another layer.

  • The number of shapes in the layer.

  • The linear shape index of a shape, or nil when the shape is not in the layer.

  • Returns the shape at the given linear shape index.

  • Removes shapes, anchors, hints, and selection from the layer.

See Also

Shapes