findMasterBar
Description​
Tries to find the master bar bounds by a given master bar.
- JavaScript
- C#
- Kotlin
findMasterBar(bar: MasterBar): MasterBarBounds | null
MasterBarBounds? FindMasterBar(MasterBar bar)
fun findMasterBar(bar: MasterBar): MasterBarBounds?
Parameter | Summary |
---|---|
barAll | The master bar to find. |
Returns​
The master bar bounds if it was rendered, or null if no boundary information is available.