<div>Hi,</div><div><br></div><div>I don&#39;t know whether this is a bug or not. What I did was, I displayed legend scale actor along with normal Sphere. I used  vtkWindowToImageFilter to get the screenshot of the contents of the window. I combined the following two examples.</div>
<div><br></div><a href="http://www.vtk.org/Wiki/VTK/Examples/Cxx/Visualization/LegendScaleActor">http://www.vtk.org/Wiki/VTK/Examples/Cxx/Visualization/LegendScaleActor</a>
<div><br></div><div><a href="http://www.vtk.org/Wiki/VTK/Examples/Cxx/Utilities/Screenshot">http://www.vtk.org/Wiki/VTK/Examples/Cxx/Utilities/Screenshot</a>
</div><div><br></div><div>What I observed is, when I don&#39;t use SetMagnification() function, the output comes perfectly fine. On the other hand, when I use SetMagnification() function, some part of legend scale goes out of the window. This behavior I first observed with glyphs. When the screenshot was taken with SetMagnification function, the glyphs were not visible at all, and without SetMagnification function, they were visible. This behavior I understood is due to an observer which I had added, to scale the size of the glyph(to keep glyph size same, instead of changing) as and how it is zoomed in and out. To solve it, I removed the observer just before the code where screenshot is taken and, once screenshot was taken, I added back the observer. That solved my problem of displaying glyphs. But the legend scale was going out of the window. </div>
<div><br></div><div>So is this possibly a bug or its a natural behaviour? Is there any alternative way to solve this problem? I have attached a sample screenshot along with this.</div><div><br></div><div>Thanks in advance</div>
<div><br></div><div>Regards</div><div>Rakesh Patil</div>