SetDestinationRect negative positioning

Hello!

Is it real set playing rectangle to negative position numbers?
I use SetDestinationRect function (http://sdkdocs.roku.com/display/sdkdoc/ifVideoPlayer#ifVideoPlayer-SetDestinationRectrectasObjectasVoid).

m.player.SetDestinationRect(-10, 0,1280,720)

When setting these values (negative) picture behaves very strangely. First of all it moves right, like on the picture below:

[upload|cA2RMzG0A5wkc+1X6pBoqQ==]

Then, when i try increase negative value, for ex:

m.player.SetDestinationRect(-11, 0,1280,720)
m.player.SetDestinationRect(-12, 0,1280,720)

m.player.SetDestinationRect(-100, 0,1280,720)

m.player.SetDestinationRect(-200, 0,1280,720)

it starts moving to the left, like this:

[upload|S0to+IzCHBTg9fCA3NSeCA==]

After a certain value, picture disappears, shifted very far to the right, i suppose.

Also i suppose, that shift by axis ‘y’ works similarly.

Can someone explain how works mechanism of the displaying picture?

P.S. What i want to do:

[upload|3te8MQ4FuEo7+wabohUtmg==]

Increase picture (by zooming), shift its position and to crop by the top and bottom.

THANKS!

I have the same issue

Having the same issue. Is it a Roku firmware bug? Is it likely to be fixed .