I have created a panel, say Panel[""]. I want to know its size/dimensions. Is there any built-in function for doing that?
Tell me more
×
Mathematica Stack Exchange is a question and answer site for
users of Mathematica. It's 100% free, no registration required.
|
|
||||
|
You could get the size of the rasterized panel:
|
||||

Panelobject as an image? It is not a good idea becausePanelis a kind of dynamic expression in Mathematica. Only "static" objects have dimensions and size (for example,Image). – Piotr Semenov Dec 19 '12 at 18:35