[SOLVED] Error with ScaleTransform.ScaleX

Please report bugs here. If you are unsure whether something is a bug or an expected behavior, please post it on the "Technical Support" forum instead, and wait for a moderator to handle/move the post.
frank_lbt
Posts: 3
Joined: Tue Jul 19, 2016 3:33 pm

[SOLVED] Error with ScaleTransform.ScaleX

Postby frank_lbt » Wed Jul 20, 2016 3:34 pm

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.

xidea
Posts: 33
Joined: Thu Jun 30, 2016 7:04 pm

Re: Error with ScaleTransform.ScaleX

Postby xidea » Thu Jul 21, 2016 7:53 am

In my case, the ScaleX causes the element to disappear completely.

Regards.

Flavio

JS-Support @Userware
Site Admin
Posts: 1142
Joined: Tue Apr 08, 2014 3:42 pm

Re: Error with ScaleTransform.ScaleX

Postby JS-Support @Userware » Sun Jul 24, 2016 11:51 am

Thank you for reporting this issue.

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

Regards,
JS-Support

JS-Support @Userware
Site Admin
Posts: 1142
Joined: Tue Apr 08, 2014 3:42 pm

Re: Error with ScaleTransform.ScaleX

Postby JS-Support @Userware » Sat Sep 24, 2016 4:02 am

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


Return to “Bug Reports”

Who is online

Users browsing this forum: No registered users and 35 guests

 

 

cron