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.
我的 WP 应用程序页面上有一张大图。它几乎看不见,所以我想放大这张图片。我必须在我的应用程序中进行哪些更改才能执行此操作?
var scale = new ScaleTransform { ScaleX = 1.5, ScaleY = 1.5 }; imgPhoto.RenderTransform = scale;
比例变换