createFrame
Creates a new frame in Buzz, optionally positioned at specific canvas coordinates.
Signature
createFrame(rowIndex?: number, columnIndex?: number): FrameNode
Parameters
rowIndex
The row position on the canvas grid (optional)
columnIndex
The column position on the canvas grid (optional)
Remarks
If no rowIndex and columnIndex are specified, the new frame will be created at the end of the canvas grid.