开发者

Is it possible to have different line scalemode options for parent and child display objects?

开发者 https://www.devze.com 2023-04-01 17:04 出处:网络
Imagine situation when child component is scaled and parent component is scaled as well. I want line to be drawn 开发者_开发技巧without scaling in child component and tobe scaled in parent. Is it poss

Imagine situation when child component is scaled and parent component is scaled as well. I want line to be drawn 开发者_开发技巧without scaling in child component and to be scaled in parent. Is it possible to achieve this?

Thanks, Aleksey


The short answer is no. A child will always scale with its parent and they can not have independent scale modes.

0

精彩评论

暂无评论...
验证码 换一张
取 消