addNote
Description​
Adds a new note to this bounds.
- JavaScript
- C#
- Kotlin
addNote(bounds: NoteBounds): void
void AddNote(NoteBounds bounds)
fun addNote(bounds: NoteBounds): Unit
Parameter | Summary |
---|---|
boundsAll | The note bounds to add. |
Adds a new note to this bounds.
addNote(bounds: NoteBounds): void
void AddNote(NoteBounds bounds)
fun addNote(bounds: NoteBounds): Unit
Parameter | Summary |
---|---|
boundsAll | The note bounds to add. |