1
0
Fork 0
freesewing/markdown/dev/reference/api/stack/getAnchor/en.md

14 lines
200 B
Markdown
Raw Normal View History

2023-05-07 08:37:03 -07:00
---
title: Stack.getAnchor()
---
The `Stack.getAnchor()` method returns the Point which is the anchor
to align parts in the stack.
## Stack.getAnchor() signature
```js
Point stack.getAnchor()
```