<p>Hey Everybody,</p>
<p>I try do render an image with a Actor2D onto the Viewport. Indeed it is a Slice of a CT Stack. I can set the position with setPosition for the left bottom corner and setPosition2 for the top/right corner.<br>
If i set both, just setPosition2 has an effect. For example:</p>
<p>actor->setPosition(0.25,0.25);<br>
actor->setPosition2(0.75,0.75);</p>
<p>should give me an image centered on Viewport with a Border of 0.25, but it is on the left Bottom corner of the Viewport as i expected it, if i call <br></p>
<p>actor->setPosition(0.0,0.0);<br>
actor->setPosition2(0.75,0.75);</p>
<p>Csn somewhere reproduce this? Should i take another actor? <br></p>
<p>Greetings and thanks for advices</p>
<p>Simon</p>