Get position of Simulink Library Browser
position = getPosition(lb)
example
position = getPosition(lb) returns the position of the Simulink® Library Browser.
position
lb
collapse all
lb = LibraryBrowser.LibraryBrowser2; getPosition(lb)
ans = 50 279 600 600
LibraryBrowser.LibraryBrowser2
Simulink Library Browser, specified as a LibraryBrowser.LibraryBrowser2 object.
Position of Library Browser, returned as a numeric array of integers, in pixels: upper-left x coordinate, upper-left y coordinate, width, and height.
hide
setPosition
show