Page 1 of 1

[SOLVED] Error with ScaleTransform.ScaleX

Posted: Wed Jul 20, 2016 3:34 pm
by frank_lbt
Hi ,

When I type this code:

Code: Select all

double zoom = 1.1;
ScaleTransform myScaleTransform = new ScaleTransform();
myScaleTransform.ScaleY = zoom;
myScaleTransform.ScaleX = zoom;
PreviewGrid.RenderTransform = myScaleTransform;

Only the myScaleTransform.ScaleX is applied and myScaleTransform.ScaleY doesn't have any effect over the control rendering.

Thanks.

Re: Error with ScaleTransform.ScaleX

Posted: Thu Jul 21, 2016 7:53 am
by xidea
In my case, the ScaleX causes the element to disappear completely.

Regards.

Flavio

Re: Error with ScaleTransform.ScaleX

Posted: Sun Jul 24, 2016 11:51 am
by JS-Support @Userware
Thank you for reporting this issue.

We are looking into it. I will keep you updated.

Regards,
JS-Support

Re: Error with ScaleTransform.ScaleX

Posted: Sat Sep 24, 2016 4:02 am
by JS-Support @Userware
Hi,

The issue has been fixed in Beta 9.4, which you can download from the following URL:

http://forums.cshtml5.com/viewforum.php?f=6

(Note: the CompositeTransform will be fixed in the next build)

Thanks.
Regards,
JS-Support