Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 RotateTransfer 对象在画布内旋转一个元素。它旋转得很好,但有时它会移动到画布之外。任何人都可以建议如何将旋转限制在画布之外。
你的意思是说当元素旋转时它会超出画布的边界?
你可以尝试使用LayoutTranform而不是RenderTransform.
LayoutTranform
RenderTransform