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.
当我们改变图像的比例然后平移 X 和 Y 相同时,布局 X 和 Y 也相同。图像的宽度和高度相同。那么 image 或 imageView 有什么变化。
ImageView 中的 scaleXProperty 和 scaleYProperty。(如果是这种情况,还有 scaleZProperty )。由于它们是 DoubleProperty 对象,您甚至可以在它们上绑定自定义事件!!